Skip to content

Commit

Permalink
Critical only
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Apr 2, 2024
1 parent f89eb58 commit 297ac3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_aderyn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Check report
run: |
jq '.issue_count | .critical, .high, .medium' ci-report.json | while read value; do
jq '.issue_count | .critical' ci-report.json | while read value; do
if [ "$value" -gt 0 ]; then
echo "Found issues: critical, high, or medium issue count is above zero."
exit 1
Expand Down

0 comments on commit 297ac3c

Please sign in to comment.