Skip to content

Commit

Permalink
Update .github/workflows/trivy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Apra <mariotapra@gmail.com>
Signed-off-by: yevh <oocrazyb@gmail.com>
  • Loading branch information
yevh and derrix060 authored Oct 18, 2024
1 parent aa8daae commit 4ad1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 #v0.27.0
with:
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
format: 'template'
format: 'sarif'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit 4ad1541

Please sign in to comment.