File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- name : Run Trivy vulnerability scanner on csi-snapshotter image
29
29
uses : aquasecurity/trivy-action@master
30
+ env :
31
+ TRIVY_DB_REPOSITORY : " public.ecr.aws/aquasecurity/trivy-db:2"
30
32
with :
31
33
image-ref : ' test/csi-snapshotter:latest'
32
34
format : ' table'
37
39
38
40
- name : Run Trivy vulnerability scanner on snapshotter-controller image
39
41
uses : aquasecurity/trivy-action@master
42
+ env :
43
+ TRIVY_DB_REPOSITORY : " public.ecr.aws/aquasecurity/trivy-db:2"
40
44
with :
41
45
image-ref : ' test/snapshot-controller:latest'
42
46
format : ' table'
47
51
48
52
- name : Run Trivy vulnerability scanner on snapshot-validation-webhook image
49
53
uses : aquasecurity/trivy-action@master
54
+ env :
55
+ TRIVY_DB_REPOSITORY : " public.ecr.aws/aquasecurity/trivy-db:2"
50
56
with :
51
57
image-ref : ' test/snapshot-validation-webhook:latest'
52
58
format : ' table'
You can’t perform that action at this time.
0 commit comments