diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index d6253d343..20a199f3a 100644 --- a/.github/workflows/llmsecops-cicd.test.yml +++ b/.github/workflows/llmsecops-cicd.test.yml @@ -28,6 +28,10 @@ jobs: run: | pip install garak - - name: 'run HTTP server and call REST API' + - name: 'Garak test probe' run: | - garak -v --model_type test.Blank --probes test.Test \ No newline at end of file + garak -v --model_type test.Blank --probes test.Test --report_dir ${{ github.workspace }}/reports + + - name: 'display report' + run: | + ls ${{ github.workspace }}/reports -al \ No newline at end of file