fix garak config paths

This commit is contained in:
Adam Wilson
2025-05-28 05:25:16 -06:00
parent a4f834e033
commit 5bf67d7432
5 changed files with 2 additions and 2 deletions

View File

@@ -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=$?