Skip to content

Commit

Permalink
Update trivy-scan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjstratton authored Oct 29, 2024
1 parent aae8a5d commit c16d8a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: pidp-webapi:dev
format: table
exit-code: '0'
scan-type: image
format: 'table'
ignore-unfixed: true
vuln-type: os,library
severity: CRITICAL
limit-severities-for-sarif: true
severity: HIGH,CRITICAL

0 comments on commit c16d8a3

Please sign in to comment.