Skip to content

Commit 79b5486

Browse files
committed
fix: update trivy-action to v0.0.17
1 parent 6b3b211 commit 79b5486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ jobs:
446446
path: ./release-images
447447

448448
- name: Run Trivy vulnerability scanner in image mode
449-
# Commit SHA for v0.0.14
450-
uses: aquasecurity/trivy-action@341f810bd602419f966a081da3f4debedc3e5c8e
449+
# Commit SHA for v0.0.17
450+
uses: aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b
451451
with:
452452
input: "./release-images/code-server-amd64-*.tar"
453453
scan-type: "image"
@@ -470,8 +470,8 @@ jobs:
470470
- name: Checkout code
471471
uses: actions/checkout@v2
472472
- name: Run Trivy vulnerability scanner in repo mode
473-
#Commit SHA for v0.0.15
474-
uses: aquasecurity/trivy-action@9789b6ae3b29487541292242e416cd89e4e54874
473+
#Commit SHA for v0.0.17
474+
uses: aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b
475475
with:
476476
scan-type: "fs"
477477
scan-ref: "."

0 commit comments

Comments
 (0)