Skip to content

Commit

Permalink
Update on.pr.yml
Browse files Browse the repository at this point in the history
Updated trivy
  • Loading branch information
cditcher authored Oct 24, 2024
1 parent c1f636f commit 15e84fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run unit tests
run: mvn -f pom.xml clean package
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.2.5
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down

0 comments on commit 15e84fd

Please sign in to comment.