Skip to content

Commit 9473576

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.31.0 (#744)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bc7d1c commit 9473576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: ko build
2929
run: VERSION=${{ github.sha }} make ko-build-all
3030
- name: Trivy Scan Image
31-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
31+
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
3232
with:
3333
scan-type: 'fs'
3434
ignore-unfixed: true

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
build-cache-key: publish-images
3030
- name: Run Trivy vulnerability (Repo)
31-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
31+
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
3232
with:
3333
scan-type: 'fs'
3434
ignore-unfixed: true

0 commit comments

Comments
 (0)