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 233ff08 commit df3e01e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_vuln_thresholds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
# TODO: use an IAM role

- name: Test Repository Scan
uses: aws/amazon-inspector-github-actions-plugin@main
id: inspector
uses: aws/amazon-inspector-github-actions-plugin@main
# TODO: update this to point to public v1.0.0 release
with:
artifact_type: 'archive'
Expand All @@ -43,8 +43,8 @@ jobs:
other_threshold: 1

- name: Test threshold flag
continue-on-error: false
run: echo {{ steps.inspector.outputs.vulnerability_threshold_exceeded }} | exit
#continue-on-error: false
run: echo {{ 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 df3e01e

Please sign in to comment.