We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f583b0 commit 55ebf1dCopy full SHA for 55ebf1d
.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@d63413b0a4a4482237085319f7f4a1ce99a8f2ac
+ uses: aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33
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