diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index 20a199f3a..b9534edd2 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: | - garak -v --model_type test.Blank --probes test.Test --report_dir ${{ github.workspace }}/reports + python -m garak -v --model_type test.Blank --probes test.Test --report_dir ${{ github.workspace }}/reports - name: 'display report' run: |