We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1a45a commit 34a2626Copy full SHA for 34a2626
.github/workflows/ci.yaml
@@ -506,7 +506,7 @@ jobs:
506
fetch-depth: 0
507
508
- name: Run Trivy vulnerability scanner in repo mode
509
- uses: aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3
+ uses: aquasecurity/trivy-action@4b9b6fb4ef28b31450391a93ade098bb00de584e
510
with:
511
scan-type: "fs"
512
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