From 7f65ab91694862912b9822207732ecec78505f3c Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Mon, 19 May 2025 18:40:25 -0600 Subject: [PATCH] no report arg (garak) --- .github/workflows/llmsecops-cicd.llm.yml | 3 +-- help | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 help diff --git a/.github/workflows/llmsecops-cicd.llm.yml b/.github/workflows/llmsecops-cicd.llm.yml index 1e2019d9b..466f12294 100644 --- a/.github/workflows/llmsecops-cicd.llm.yml +++ b/.github/workflows/llmsecops-cicd.llm.yml @@ -124,8 +124,7 @@ jobs: --config ${{ github.workspace }}/src/tools/garak.config.yml \ --generator_option_file ${{ github.workspace }}/src/tools/garak.rest.llm.json \ --model_type=rest \ - --parallel_attempts 16 \ - --report logs/garak_report 2>&1 + --parallel_attempts 16 } > logs/garak.log 2>&1 GARAK_EXIT_CODE=$? diff --git a/help b/help new file mode 100644 index 000000000..e69de29bb