We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4118465 commit e72e8bbCopy full SHA for e72e8bb
.github/workflows/security.yaml
@@ -64,7 +64,7 @@ jobs:
64
fetch-depth: 0
65
66
- name: Run Trivy vulnerability scanner in repo mode
67
- uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2
+ uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54
68
with:
69
scan-type: "fs"
70
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