Thanks to visit codestin.com Credit goes to github.com
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 2f583b0 commit 606811fCopy full SHA for 606811f
.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