Skip to content

Commit

Permalink
Add java db to trivy job (#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillettmoj authored Oct 16, 2024
1 parent 508e7f0 commit 258c6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,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:
image-ref: ${{ matrix.svc_prefix }}_${{ matrix.svc_suffix }}:latest
severity: 'HIGH,CRITICAL'
Expand Down

0 comments on commit 258c6dd

Please sign in to comment.