mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 22:52:51 +00:00
fix garak config paths
This commit is contained in:
4
.github/workflows/llmsecops-cicd.yml
vendored
4
.github/workflows/llmsecops-cicd.yml
vendored
@@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user