Skip to content

Commit

Permalink
Merge pull request #49 from aminvakil/trivy_high_critical
Browse files Browse the repository at this point in the history
Fail trivy only on CRITICAL,HIGH issues
  • Loading branch information
aminvakil authored May 9, 2023
2 parents 9b28e48 + c5f5a24 commit 433fd93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
image-ref: ${{ github.repository }}:${{ github.run_id }}
exit-code: '1'
severity: 'CRITICAL,HIGH'

deploy:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 433fd93

Please sign in to comment.