We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79f6f3 commit 0e9ec02Copy full SHA for 0e9ec02
.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@0105373003c89c494a3f436bd5efc57f3ac1ca20
+ uses: aquasecurity/trivy-action@503d3abc15463af68b817d685982721f134256a5
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