We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86b1f9b + 61e2a9a commit 8db09dcCopy full SHA for 8db09dc
.github/workflows/ci.yaml
@@ -609,7 +609,7 @@ jobs:
609
fetch-depth: 0
610
611
- name: Run Trivy vulnerability scanner in repo mode
612
- uses: aquasecurity/trivy-action@1db49f532692e649dc5dc43c7c0444dac4790137
+ uses: aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
613
with:
614
scan-type: "fs"
615
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
55
56
image-ref: "docker.io/codercom/code-server:latest"
57
ignore-unfixed: true
0 commit comments