From 93a026161385885f82cf614eee52d2e6f2d55f23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 04:54:41 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v7 --- .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 dd890e3..a7f94eb 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@v6 + uses: anchore/scan-action@v7 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@v6 + uses: anchore/scan-action@v7 with: image: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }} severity-cutoff: critical