diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be47250..40ce534 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.23.0 + uses: aquasecurity/trivy-action@0.24.0 with: image-ref: rancher/hardened-sriov-network-device-plugin:${{ env.TAG }}-amd64 ignore-unfixed: true