We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ed6b8 commit aeb9ef6Copy full SHA for aeb9ef6
.github/workflows/ci.yaml
@@ -523,7 +523,7 @@ jobs:
523
fetch-depth: 0
524
525
- name: Run Trivy vulnerability scanner in repo mode
526
- uses: aquasecurity/trivy-action@5144f05a8dca0b158e81bc678b850c7999e67c8a
+ uses: aquasecurity/trivy-action@0d7cf2ddfb9c75d3b4b1d4122c66460cf108d071
527
with:
528
scan-type: "fs"
529
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