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 @@ -506,7 +506,7 @@ jobs:
506
506
fetch-depth : 0
507
507
508
508
- name : Run Trivy vulnerability scanner in repo mode
509
- uses : aquasecurity/trivy-action@40c4ca9e7421287d0c5576712fdff370978f9c3c
509
+ uses : aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3
510
510
with :
511
511
scan-type : " fs"
512
512
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@40c4ca9e7421287d0c5576712fdff370978f9c3c
54
+ uses : aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3
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