We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c651bf commit da44dacCopy full SHA for da44dac
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
TAG=${{ env.TAG }}
32
33
- name: Run Trivy vulnerability scanner
34
- uses: aquasecurity/trivy-action@0.27.0
+ uses: aquasecurity/trivy-action@0.28.0
35
with:
36
image-ref: rancher/hardened-crictl:${{ env.TAG }}-amd64
37
ignore-unfixed: true
0 commit comments