File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,9 @@ jobs:
162162
163163 - name : Run Trivy vulnerability scanner
164164 uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
165+ env :
166+ TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2
167+ TRIVY_JAVA_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:1
165168 with :
166169 input : image
167170 format : sarif
@@ -275,6 +278,9 @@ jobs:
275278
276279 - name : Run Trivy vulnerability scanner
277280 uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
281+ env :
282+ TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2
283+ TRIVY_JAVA_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:1
278284 with :
279285 scan-type : config
280286 scan-ref : charts/${{ steps.chart-name.outputs.value }}
You can’t perform that action at this time.
0 commit comments