We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af06de commit 9a45e35Copy full SHA for 9a45e35
.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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
+ uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
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