We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4574cf9 commit 19389fcCopy full SHA for 19389fc
.github/workflows/container-ci.yaml
@@ -164,6 +164,9 @@ jobs:
164
key: ${{ github.head_ref || github.ref_name }}-trivy
165
- name: Scan Container
166
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
167
+ env:
168
+ TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
169
+ TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
170
with:
171
cache: true
172
format: sarif
0 commit comments