Skip to content

Commit

Permalink
chore: Update trivy workflow to output results in SARIF format
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Aug 7, 2024
1 parent 8aba916 commit 0000110
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:
uses: aquasecurity/[email protected]
with:
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'

Expand Down

0 comments on commit 0000110

Please sign in to comment.