8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add51d5 commit 7beb05dCopy full SHA for 7beb05d
.github/workflows/security.yaml
@@ -51,7 +51,7 @@ jobs:
51
fetch-depth: 0
52
53
- name: Run Trivy vulnerability scanner in repo mode
54
- uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
+ uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
55
with:
56
scan-type: "fs"
57
scan-ref: "."
.github/workflows/trivy-docker.yaml
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in image mode
image-ref: "docker.io/codercom/code-server:latest"
ignore-unfixed: true
0 commit comments