mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 14:42:48 +00:00
reporting test
This commit is contained in:
8
.github/workflows/llmsecops-cicd.test.yml
vendored
8
.github/workflows/llmsecops-cicd.test.yml
vendored
@@ -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
|
||||
garak -v --model_type test.Blank --probes test.Test --report_dir ${{ github.workspace }}/reports
|
||||
|
||||
- name: 'display report'
|
||||
run: |
|
||||
ls ${{ github.workspace }}/reports -al
|
||||
Reference in New Issue
Block a user