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 39
39
node-version : " 16"
40
40
41
41
- name : Install helm
42
- uses : azure/setup-helm@v3.1
42
+ uses : azure/setup-helm@v3.3
43
43
44
44
- name : Fetch dependencies from cache
45
45
id : cache-yarn
@@ -523,7 +523,7 @@ jobs:
523
523
fetch-depth : 0
524
524
525
525
- name : Run Trivy vulnerability scanner in repo mode
526
- uses : aquasecurity/trivy-action@503d3abc15463af68b817d685982721f134256a5
526
+ uses : aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315
527
527
with :
528
528
scan-type : " fs"
529
529
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@503d3abc15463af68b817d685982721f134256a5
54
+ uses : aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315
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