We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71780f6 commit e36489cCopy full SHA for e36489c
.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@062f2592684a31eb3aa050cc61e7ca1451cecd3d
+ uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55
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