We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d47282 commit 792e954Copy full SHA for 792e954
.github/workflows/ci.yaml
@@ -509,7 +509,7 @@ jobs:
509
fetch-depth: 0
510
511
- name: Run Trivy vulnerability scanner in repo mode
512
- uses: aquasecurity/trivy-action@4b9b6fb4ef28b31450391a93ade098bb00de584e
+ uses: aquasecurity/trivy-action@df3fb7d00b594d641478ba45b867f5cbb32108be
513
with:
514
scan-type: "fs"
515
scan-ref: "."
.github/workflows/trivy-docker.yaml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v3
52
53
- name: Run Trivy vulnerability scanner in image mode
54
55
56
image-ref: "docker.io/codercom/code-server:latest"
57
ignore-unfixed: true
0 commit comments