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 21fab45 commit c3fb817Copy full SHA for c3fb817
.github/workflows/vulnerability-scans.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Scan image with AquaSec/Trivy
62
id: scan
63
- uses: aquasecurity/trivy-action@0105373003c89c494a3f436bd5efc57f3ac1ca20 #v0.5.1
+ uses: aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac #v0.5.1
64
with:
65
image-ref: registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
66
format: 'sarif'
0 commit comments