File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ jobs:
609
609
fetch-depth : 0
610
610
611
611
- name : Run Trivy vulnerability scanner in repo mode
612
- uses : aquasecurity/trivy-action@1db49f532692e649dc5dc43c7c0444dac4790137
612
+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
613
613
with :
614
614
scan-type : " fs"
615
615
scan-ref : " ."
Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@v3
52
52
53
53
- name : Run Trivy vulnerability scanner in image mode
54
- uses : aquasecurity/trivy-action@1db49f532692e649dc5dc43c7c0444dac4790137
54
+ uses : aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
55
55
with :
56
56
image-ref : " docker.io/codercom/code-server:latest"
57
57
ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments