We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2c776 commit 5453d02Copy full SHA for 5453d02
.github/workflows/security.yaml
@@ -55,7 +55,7 @@ jobs:
55
fetch-depth: 0
56
57
- name: Run Trivy vulnerability scanner in repo mode
58
- uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca
+ uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d
59
with:
60
scan-type: "fs"
61
scan-ref: "."
.github/workflows/trivy-docker.yaml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v4
52
53
- name: Run Trivy vulnerability scanner in image mode
54
image-ref: "docker.io/codercom/code-server:latest"
ignore-unfixed: true
0 commit comments