We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0d556 commit 55cfba8Copy full SHA for 55cfba8
.github/workflows/ci.yaml
@@ -517,7 +517,7 @@ jobs:
517
fetch-depth: 0
518
519
- name: Run Trivy vulnerability scanner in repo mode
520
- uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
+ uses: aquasecurity/trivy-action@0105373003c89c494a3f436bd5efc57f3ac1ca20
521
with:
522
scan-type: "fs"
523
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