We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6037468 commit bef78e6Copy full SHA for bef78e6
.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@cb606dfdb0d2b3698ace62192088ef4f5360b24f
+ uses: aquasecurity/trivy-action@12814ff8bcb32c97f4d963e6e7903674b1692fa0
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