diff --git a/.github/workflows/full-pipeline.yaml b/.github/workflows/full-pipeline.yaml index aca6486..2669470 100644 --- a/.github/workflows/full-pipeline.yaml +++ b/.github/workflows/full-pipeline.yaml @@ -92,7 +92,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0 + uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0 with: image-ref: 'ghcr.io/${{ env.IMAGE }}:latest' format: 'table'