We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776d57b commit 6e1b913Copy full SHA for 6e1b913
.github/workflows/security.yaml
@@ -65,7 +65,7 @@ jobs:
65
fetch-depth: 0
66
67
- name: Run Trivy vulnerability scanner in repo mode
68
- uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
+ uses: aquasecurity/trivy-action@cff3e9a7f62c41dd51975266d0ae235709e39c41
69
with:
70
scan-type: "fs"
71
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