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