We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac03db commit 525d30fCopy full SHA for 525d30f
.github/workflows/publish.yml
@@ -151,6 +151,9 @@ jobs:
151
152
- name: Scan ${{ matrix.image }} for vulnerabilities
153
uses: aquasecurity/trivy-action@0.24.0
154
+ env:
155
+ TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
156
+ TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
157
with:
158
image-ref: ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ matrix.image }}:develop
159
ignore-unfixed: true
0 commit comments