We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ed6b8 commit 0022473Copy full SHA for 0022473
.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@cb606dfdb0d2b3698ace62192088ef4f5360b24f
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