We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2c6ca commit e0dc2a9Copy full SHA for e0dc2a9
.github/workflows/docker-build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: ko build
28
run: VERSION=${{ github.sha }} make ko-build-all
29
- name: Trivy Scan Image
30
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
+ uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
31
with:
32
scan-type: 'fs'
33
ignore-unfixed: true
0 commit comments