Skip to content

Commit

Permalink
chore: update Trivy action to version 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Nov 3, 2024
1 parent 6ad2edb commit f0f0a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Build and dry-run maven-publish (metadata and pom, but no signing)
run: ./gradlew build generateMetadataFileForMavenJavaPublication generatePomFileForMavenJavaPublication --no-daemon
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
ignore-unfixed: true
scan-ref: 'build/publications/mavenJava'
Expand Down

0 comments on commit f0f0a9a

Please sign in to comment.