diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 996071c..0aca167 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: TAG=${{ env.TAG }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.29.0 with: image-ref: rancher/hardened-crictl:${{ env.TAG }}-amd64 ignore-unfixed: true