We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce99f8 commit f2693d3Copy full SHA for f2693d3
.github/workflows/ci.yaml
@@ -509,7 +509,7 @@ jobs:
509
fetch-depth: 0
510
511
- name: Run Trivy vulnerability scanner in repo mode
512
- uses: aquasecurity/trivy-action@e27605859b9550f81ddd818eb816c8cb83cf9650
+ uses: aquasecurity/trivy-action@c666240787bede835456c7ceb9f75c9225c3c1b4
513
with:
514
scan-type: "fs"
515
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