We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bfbd5 commit c9faf34Copy full SHA for c9faf34
2 files changed
.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@97e0b3872f55f89b95b2f65b3dbab56962816478 # latest
+ uses: aquasecurity/trivy-action@314ff8b43182423b84c50b1670b0e10f858f2d98 # latest
55
with:
56
scan-type: "fs"
57
scan-ref: "."
.github/workflows/trivy-docker.yaml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
50
- name: Run Trivy vulnerability scanner in image mode
image-ref: "docker.io/codercom/code-server:latest"
ignore-unfixed: true
0 commit comments