Skip to content

Commit

Permalink
chore: fix trivy scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Oct 30, 2024
1 parent b9412a7 commit fe04691
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@5681af892cd0f4997658e2bacc62bd0a894cf564
uses: aquasecurity/trivy-action@master
with:
ignore-unfixed: true
scan-ref: 'build/publications/mavenJava'
Expand Down

0 comments on commit fe04691

Please sign in to comment.