Skip to content

Commit

Permalink
chore: Update trivy.yml version 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyB979 authored Nov 18, 2024
1 parent f7c9a3b commit e76546f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
java-version: 21
distribution: 'temurin'
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@0.28.0
with:
format: 'table'
scan-type: 'repo'
exit-code: '1'
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
severity: 'CRITICAL,HIGH'

0 comments on commit e76546f

Please sign in to comment.