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 @@ -432,7 +432,7 @@ jobs:
432
432
433
433
- name : Run Trivy vulnerability scanner in image mode
434
434
# Commit SHA for v0.0.17
435
- uses : aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b
435
+ uses : aquasecurity/trivy-action@ac8de07fd168680dd0331bef43681c0e150e9ad1
436
436
with :
437
437
input : " ./release-images/code-server-amd64-*.tar"
438
438
scan-type : " image"
@@ -460,7 +460,7 @@ jobs:
460
460
uses : actions/checkout@v2
461
461
- name : Run Trivy vulnerability scanner in repo mode
462
462
# Commit SHA for v0.0.17
463
- uses : aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b
463
+ uses : aquasecurity/trivy-action@ac8de07fd168680dd0331bef43681c0e150e9ad1
464
464
with :
465
465
scan-type : " fs"
466
466
scan-ref : " ."
You can’t perform that action at this time.
0 commit comments