We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512d97f commit 8ee4568Copy full SHA for 8ee4568
.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@41f05d9ecffa2ed3f1580af306000f734b733e54
+ uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
59
with:
60
scan-type: "fs"
61
scan-ref: "."
.github/workflows/trivy-docker.yaml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v3
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