Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Apr 15, 2024
1 parent 619d96f commit 4f1b5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_vuln_thresholds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

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

0 comments on commit 4f1b5a9

Please sign in to comment.