From d238e69f6431ff2e6c4decb317d7a903a4ae67bd Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Sat, 3 May 2025 17:28:32 -0600 Subject: [PATCH] reporting test --- .github/workflows/llmsecops-cicd.test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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