We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea6a40 commit 7780a13Copy full SHA for 7780a13
.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@40c4ca9e7421287d0c5576712fdff370978f9c3c
+ uses: aquasecurity/trivy-action@2b30463ddb3d11724a04e760e020c7d9af24d8b3
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