We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b22b084 + e698992 commit 604f9caCopy full SHA for 604f9ca
.github/workflows/trivy.yaml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Run Trivy vulnerability scanner
30
uses: aquasecurity/trivy-action@master
31
+ env:
32
+ TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
33
with:
34
image-ref: 'test/blob-csi:latest'
35
format: 'table'
0 commit comments