Skip to content

Commit 5cf861c

Browse files
Merge pull request #583 from k8snetworkplumbingwg/dependabot/github_actions/aquasecurity/trivy-action-0.30.0
Bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
2 parents e399530 + c5758b1 commit 5cf861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
file: Dockerfile
2121

2222
- name: Run Trivy vulnerability scanner
23-
uses: aquasecurity/trivy-action@0.29.0
23+
uses: aquasecurity/trivy-action@0.30.0
2424
with:
2525
image-ref: ghcr.io/${{ github.repository }}:latest-amd64
2626
ignore-unfixed: true

0 commit comments

Comments
 (0)