Skip to content

Commit

Permalink
Fix trivy caching
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Nov 13, 2024
1 parent 4a1ea9e commit 0e71a3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
severity: 'HIGH,CRITICAL'
output: 'trivy-results.sarif'
exit-code: 1
ignore-unfixed: true
cache-dir: .trivy

- name: Upload Trivy scan results to GitHub Security tab
if: always()
Expand Down

0 comments on commit 0e71a3d

Please sign in to comment.