We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f05cf5 commit fc5c579Copy full SHA for fc5c579
.github/workflows/docker-build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: ko build
33
run: VERSION=${{ github.sha }} make ko-build-all
34
- name: Trivy Scan Image
35
- uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
+ uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
36
with:
37
scan-type: 'fs'
38
ignore-unfixed: true
0 commit comments