From f58056b2cc9330c4b6a4607964e935c9ce6e1b36 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Sat, 3 May 2025 17:34:22 -0600 Subject: [PATCH] reporting test --- .github/workflows/llmsecops-cicd.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |