Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Apr 12, 2024
1 parent 11ac776 commit bb7732d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_vuln_thresholds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
other_threshold: 1

- name: Test threshold flag
run: export return_code=${{ steps.inspector.outputs.vulnerability_threshold_exceeded }}; echo $return_code; echo done

run: return_code=$(echo {{ steps.inspector.outputs.vulnerability_threshold_exceeded }}); if [ "$return_code" != "1" ]; then exit 1; fi

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

0 comments on commit bb7732d

Please sign in to comment.