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 aff005e commit d882b00Copy full SHA for d882b00
.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@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
+ uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37
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