mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-03-18 10:56:22 +00:00
Merge pull request #1484 from bpickard22/fix-trivy-ci
ci: update trivy-action to v0.35.0 to fix image scanning failure
This commit is contained in:
2
.github/workflows/image-build.yml
vendored
2
.github/workflows/image-build.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
provenance: false
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@0.29.0
|
||||
uses: aquasecurity/trivy-action@0.35.0
|
||||
with:
|
||||
image-ref: ghcr.io/${{ github.repository }}:latest-thick
|
||||
ignore-unfixed: true
|
||||
|
||||
Reference in New Issue
Block a user