File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ jobs:
449
449
450
450
- name : Run Trivy vulnerability scanner in image mode
451
451
# Commit SHA for v0.0.17
452
- uses : aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b
452
+ uses : aquasecurity/trivy-action@ac8de07fd168680dd0331bef43681c0e150e9ad1
453
453
with :
454
454
input : " ./release-images/code-server-amd64-*.tar"
455
455
scan-type : " image"
@@ -476,7 +476,7 @@ jobs:
476
476
uses : actions/checkout@v2
477
477
- name : Run Trivy vulnerability scanner in repo mode
478
478
# Commit SHA for v0.0.17
479
- uses : aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b
479
+ uses : aquasecurity/trivy-action@ac8de07fd168680dd0331bef43681c0e150e9ad1
480
480
with :
481
481
scan-type : " fs"
482
482
scan-ref : " ."
You can’t perform that action at this time.
0 commit comments