We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed58a0 commit 8f91918Copy full SHA for 8f91918
.github/workflows/redteam-scan.yml
@@ -61,10 +61,7 @@ jobs:
61
62
- name: Run redteam
63
run: |
64
- promptfoo redteam run -c "$SCAN_TEMPLATE_ID" -t "$TARGET_ID" \
65
- -c promptfooconfig.yaml \
66
- -o results.json \
67
- -o report.html
+ promptfoo redteam run -c "$SCAN_TEMPLATE_ID" -t "$TARGET_ID" -c promptfooconfig.yaml -o results.json -o report.html
68
69
- name: Check quality gate
70
0 commit comments