Skip to content

Commit

Permalink
Add java db to trivy job (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillettmoj authored Oct 16, 2024
1 parent 3e1bb05 commit 8eb2753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analysis-trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRIVY_DB_REPOSITORY: ${{ steps.login_ecr.outputs.registry }}/trivy-db-public-ecr/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: ${{ steps.login_ecr.outputs.registry }}/trivy-db-public-ecr/aquasecurity/trivy-java-db:1
with:
scan-type: "fs"
ignore-unfixed: true
Expand Down

0 comments on commit 8eb2753

Please sign in to comment.