diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1eadf0..8fada95 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.22.0 + uses: aquasecurity/trivy-action@0.23.0 with: image-ref: rancher/hardened-sriov-network-resources-injector:${{ env.TAG }}-amd64 ignore-unfixed: true