From 5bf67d7432af3a4cd762517fa7d030c7971b55b4 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Wed, 28 May 2025 05:25:16 -0600 Subject: [PATCH] fix garak config paths --- .github/workflows/llmsecops-cicd.yml | 4 ++-- tests/{tools => security}/garak.config.test.yml | 0 tests/{tools => security}/garak.config.yml | 0 tests/{tools => security}/garak.rest.llm-rag.json | 0 tests/{tools => security}/garak.rest.llm.json | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename tests/{tools => security}/garak.config.test.yml (100%) rename tests/{tools => security}/garak.config.yml (100%) rename tests/{tools => security}/garak.rest.llm-rag.json (100%) rename tests/{tools => security}/garak.rest.llm.json (100%) diff --git a/.github/workflows/llmsecops-cicd.yml b/.github/workflows/llmsecops-cicd.yml index be05ccc1d..b0ca6835b 100644 --- a/.github/workflows/llmsecops-cicd.yml +++ b/.github/workflows/llmsecops-cicd.yml @@ -59,8 +59,8 @@ jobs: echo "$curl_output" garak -v \ - --config ${{ github.workspace }}/src/tools/garak.config.yml \ - --generator_option_file ${{ github.workspace }}/src/tools/garak.rest.llm.json \ + --config ${{ github.workspace }}/tests/security/garak.config.yml \ + --generator_option_file ${{ github.workspace }}/tests/security/garak.rest.llm-rag.json \ --model_type=rest \ --parallel_attempts 32 garak_exit_code=$? diff --git a/tests/tools/garak.config.test.yml b/tests/security/garak.config.test.yml similarity index 100% rename from tests/tools/garak.config.test.yml rename to tests/security/garak.config.test.yml diff --git a/tests/tools/garak.config.yml b/tests/security/garak.config.yml similarity index 100% rename from tests/tools/garak.config.yml rename to tests/security/garak.config.yml diff --git a/tests/tools/garak.rest.llm-rag.json b/tests/security/garak.rest.llm-rag.json similarity index 100% rename from tests/tools/garak.rest.llm-rag.json rename to tests/security/garak.rest.llm-rag.json diff --git a/tests/tools/garak.rest.llm.json b/tests/security/garak.rest.llm.json similarity index 100% rename from tests/tools/garak.rest.llm.json rename to tests/security/garak.rest.llm.json