We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b60b1 commit 9efec69Copy full SHA for 9efec69
.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/smb-csi:latest'
35
format: 'table'
0 commit comments