We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79c5966 + d1d5bec commit f216b60Copy full SHA for f216b60
.github/workflows/_meta-build.yaml
@@ -113,6 +113,10 @@ jobs:
113
- name: Run Trivy Vulnerability Scanner
114
if: ${{ inputs.publish-container }}
115
uses: aquasecurity/trivy-action@0.24.0
116
+ env:
117
+ # https://github.com/aquasecurity/trivy-action/issues/389
118
+ TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
119
+ TRIVY_JAVA_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-java-db:1'
120
with:
121
image-ref: docker.io/dependencytrack/frontend:${{ inputs.app-version }}
122
format: 'sarif'
0 commit comments