Skip to content

Commit

Permalink
fixing sarif check
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Feb 23, 2024
1 parent d7a7f52 commit df87193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
uses: aquasecurity/trivy-action@2a2157eb22c08c9a1fac99263430307b8d1bc7a2
with:
image-ref: 'cloudharness-base:${{ github.sha }}'
format: 'template'
template: '@/contrib/sarif.tpl'
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'

Expand Down

0 comments on commit df87193

Please sign in to comment.