diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ace367e..f235930 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: push-to-registry: true - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.35.0 + uses: aquasecurity/trivy-action@v0.36.0 if: github.event_name == 'pull_request' with: image-ref: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}