From 03a496cc57ddcdb2617478d438e02d19adfc0e01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:05:10 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v6 --- .github/workflows/reusable-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build.yaml b/.github/workflows/reusable-build.yaml index f9a662e..8379498 100644 --- a/.github/workflows/reusable-build.yaml +++ b/.github/workflows/reusable-build.yaml @@ -86,7 +86,7 @@ jobs: severity: 'CRITICAL' - name: Run Grype vulnerability scanner on PR if: ${{ github.event_name == 'pull_request' }} - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: ${{ steps.meta.outputs.tags }} severity-cutoff: critical @@ -102,7 +102,7 @@ jobs: - name: Run Grype vulnerability scanner on push if: ${{ github.event_name == 'push' }} id: grype - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }} severity-cutoff: critical