Skip to content

Commit

Permalink
Merge pull request #14 from octodemo/austenstone-patch-1
Browse files Browse the repository at this point in the history
Update trivy.yml
  • Loading branch information
austenstone authored Sep 24, 2024
2 parents e502560 + e9cb126 commit 1594d52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'

- uses: actions/cache@v3
with:
path: 'trivy-results.sarif'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 1594d52

Please sign in to comment.