We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc7d1c commit 9473576Copy full SHA for 9473576
.github/workflows/docker-build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: ko build
29
run: VERSION=${{ github.sha }} make ko-build-all
30
- name: Trivy Scan Image
31
- uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
+ uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
32
with:
33
scan-type: 'fs'
34
ignore-unfixed: true
.github/workflows/docker-publish.yml
build-cache-key: publish-images
- name: Run Trivy vulnerability (Repo)
0 commit comments