diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index 100850ff9..eb1df191c 100644 --- a/.github/workflows/llmsecops-cicd.test.yml +++ b/.github/workflows/llmsecops-cicd.test.yml @@ -30,7 +30,7 @@ jobs: - name: 'Garak test probe' run: | - python -m garak --model_type test.Blank --probes test.Test --report_dir ${{ github.workspace }}/reports + python -m garak --model_type test.Blank --probes test.Test - name: 'display report' run: | diff --git a/tests/tools/garak.config.test.yml b/tests/tools/garak.config.test.yml index ae210483c..befc58e06 100644 --- a/tests/tools/garak.config.test.yml +++ b/tests/tools/garak.config.test.yml @@ -2,4 +2,4 @@ run: generations: 1 plugins: - probe_spec: promptinject.HijackHateHumansMini \ No newline at end of file + probe_spec: test.Test \ No newline at end of file