File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
43
43
- name : Run Trivy Vulnerability Scanner for Root Image
44
44
uses : aquasecurity/trivy-action@master
45
45
with :
46
- image-ref : ' ghcr.io/groundnuty /k8s-wait-for:latest'
46
+ image-ref : ' ghcr.io/prashant-shahi /k8s-wait-for:latest'
47
47
exit-code : 1
48
48
format : ' sarif'
49
49
output : ' trivy-results-root.sarif'
50
50
skip-files : /usr/local/bin/kubectl
51
51
- name : Run Trivy Vulnerability Scanner for Non-Root Image
52
52
uses : aquasecurity/trivy-action@master
53
53
with :
54
- image-ref : ' ghcr.io/groundnuty /k8s-wait-for:no-root-latest'
54
+ image-ref : ' ghcr.io/prashant-shahi /k8s-wait-for:no-root-latest'
55
55
exit-code : 1
56
56
format : ' sarif'
57
57
output : ' trivy-results-non-root.sarif'
Original file line number Diff line number Diff line change 17
17
uses : aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
18
18
with :
19
19
# just scan the latest released image
20
- image-ref : ' ghcr.io/groundnuty /k8s-wait-for:latest'
20
+ image-ref : ' ghcr.io/prashant-shahi /k8s-wait-for:latest'
21
21
format : ' sarif'
22
22
output : ' trivy-results.sarif'
23
23
severity : ' CRITICAL,HIGH'
You can’t perform that action at this time.
0 commit comments