Skip to content

Commit 286c857

Browse files
committed
fix: try using master for trivy
1 parent b798bfd commit 286c857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423

424424
- name: Run Trivy vulnerability scanner in image mode
425425
# Commit SHA for v0.0.14
426-
uses: aquasecurity/trivy-action@b38389f8efef9798810fe0c5b5096ac198cffd54
426+
uses: aquasecurity/trivy-action@master
427427
with:
428428
input: "./release-images/code-server-amd64-*.tar"
429429
scan-type: "image"

0 commit comments

Comments
 (0)