Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Apr 15, 2024
1 parent 07fd7b0 commit 233ff08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_vuln_thresholds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
other_threshold: 1

- name: Test threshold flag
continue-on-error: true
run: exit {{ steps.inspector.outputs.vulnerability_threshold_exceeded }}
continue-on-error: false
run: echo {{ steps.inspector.outputs.vulnerability_threshold_exceeded }} | exit

# only run if the previous step failed
- name: Notify maintainers of validation failure
Expand Down

0 comments on commit 233ff08

Please sign in to comment.