We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfe15b commit 61673b5Copy full SHA for 61673b5
.github/workflows/ci.yaml
@@ -609,7 +609,7 @@ jobs:
609
fetch-depth: 0
610
611
- name: Run Trivy vulnerability scanner in repo mode
612
- uses: aquasecurity/trivy-action@12814ff8bcb32c97f4d963e6e7903674b1692fa0
+ uses: aquasecurity/trivy-action@1db49f532692e649dc5dc43c7c0444dac4790137
613
with:
614
scan-type: "fs"
615
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