From 38a346d87686f39a16c90b5d72ec311f0ca11189 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Tue, 20 May 2025 14:51:32 -0600 Subject: [PATCH] fix generator_option_file ref --- .github/workflows/llmsecops-cicd.yml | 2 +- help | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 help diff --git a/.github/workflows/llmsecops-cicd.yml b/.github/workflows/llmsecops-cicd.yml index 4b6128b51..85b3d875d 100644 --- a/.github/workflows/llmsecops-cicd.yml +++ b/.github/workflows/llmsecops-cicd.yml @@ -42,7 +42,7 @@ jobs: garak -v \ --config ${{ github.workspace }}/src/tools/garak.config.yml \ - --generator_option_file ${{ github.workspace }}/src/tools/garak.rest.json \ + --generator_option_file ${{ github.workspace }}/src/tools/garak.rest.llm.json \ --model_type=rest \ --parallel_attempts 16 diff --git a/help b/help deleted file mode 100644 index e69de29bb..000000000