diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index d1b6bb9ba..51beb8cf4 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -42,7 +42,7 @@ jobs: gh-token: ${{ secrets.GITHUB_TOKEN }} - name: 'Run Trivy vulnerability scanner' - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 # docker run --rm -v trivy_cache:/root/.cache/ aquasec/trivy image ghcr.io/tailormap/tailormap-api:snapshot with: image-ref: 'ghcr.io/tailormap/tailormap-api:snapshot'