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 e3c09ef commit b07335aCopy full SHA for b07335a
.github/workflows/security.yaml
@@ -51,7 +51,7 @@ jobs:
51
fetch-depth: 0
52
53
- name: Run Trivy vulnerability scanner in repo mode
54
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
+ uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
55
with:
56
scan-type: "fs"
57
scan-ref: "."
.github/workflows/trivy-docker.yaml
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in image mode
image-ref: "docker.io/codercom/code-server:latest"
ignore-unfixed: true
0 commit comments