We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b043106 commit 85e0835Copy full SHA for 85e0835
.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@cff3e9a7f62c41dd51975266d0ae235709e39c41
+ uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee
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