Skip to content

Commit

Permalink
ci(trivy): adding config ignore-unfixed true
Browse files Browse the repository at this point in the history
  • Loading branch information
visibilityspots committed Apr 24, 2024
1 parent 9c0e0ed commit 4ad8c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
image-ref: 'visibilityspots/cloudflared:dev'
format: 'sarif'
output: 'trivy-results.sarif'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'

- name: Upload Trivy scan results to GitHub Security tab
Expand Down

0 comments on commit 4ad8c4c

Please sign in to comment.