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 02236ca commit d45a0c3Copy full SHA for d45a0c3
.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@41f05d9ecffa2ed3f1580af306000f734b733e54 # v0.11.2
+ uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # v0.12.0
64
with:
65
image-ref: registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
66
format: 'sarif'
0 commit comments