From 86cb721c5e50ceb14aea3852c0eb6ef5c4b089d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:13:16 +0000 Subject: [PATCH] Bump anchore/scan-action from 4 to 5 in /.github/workflows Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4 to 5. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v4...v5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stable-cicd.yaml | 2 +- .github/workflows/unstable-cicd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 2f5194e96..d0c19a292 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -114,7 +114,7 @@ jobs: tags: ${{secrets.DOCKERHUB_USERNAME}}/validate:${{steps.gettartag.outputs.image_tag}} - name: 🕵️‍♂️ Image Vulnerability Scanning - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: fail-build: true severity-cutoff: critical diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index d94e67a81..302156313 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -114,7 +114,7 @@ jobs: tags: ${{secrets.DOCKERHUB_USERNAME}}/validate:latest - name: 🕵️‍♂️ Image Vulnerability Scanning - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: fail-build: true severity-cutoff: critical