Skip to content

Commit 8a6504f

Browse files
committed
fix: update trivy-action to v0.0.15
1 parent bc6127e commit 8a6504f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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.15
450+
uses: aquasecurity/trivy-action@9789b6ae3b29487541292242e416cd89e4e54874
451451
with:
452452
input: "./release-images/code-server-amd64-*.tar"
453453
scan-type: "image"

0 commit comments

Comments
 (0)