Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaidir32 authored Sep 7, 2024
1 parent f227dae commit b3daabb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: 'mhaidir32/node-js-sample-akash:${{ github.sha }}'
format: 'table'
format: 'sarif'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
output: 'trivy-results.sarif'

0 comments on commit b3daabb

Please sign in to comment.