We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871030e commit 21e798cCopy full SHA for 21e798c
.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@2b6a709cf9c4025c5438138008beaddbb02086f0
+ uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca
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