We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aac03db + 525d30f commit a728fc9Copy full SHA for a728fc9
.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