We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2693d3 commit ad47a23Copy full SHA for ad47a23
.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@c666240787bede835456c7ceb9f75c9225c3c1b4
+ uses: aquasecurity/trivy-action@63b6e4c61be2670ab4f0e78c850483b4e74c5c66
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