From 17e8e6d3fab03884f252b8799f22e9484b171646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:03:30 +0000 Subject: [PATCH] chore(deps): Bump anchore/scan-action from 4 to 5 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/pr-checks.yaml | 4 ++-- .github/workflows/release-image.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 8f89b3ed..28a02e8d 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -113,7 +113,7 @@ jobs: run: make docker-build - name: Scan image - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: image: '5gsec/nimbus:latest' severity-cutoff: critical @@ -137,7 +137,7 @@ jobs: run: make docker-build - name: Scan image - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: image: '5gsec/${{ matrix.adapters }}:latest' severity-cutoff: critical diff --git a/.github/workflows/release-image.yaml b/.github/workflows/release-image.yaml index 9fbcbbc8..5190d1bb 100644 --- a/.github/workflows/release-image.yaml +++ b/.github/workflows/release-image.yaml @@ -50,7 +50,7 @@ jobs: working-directory: ${{ inputs.WORKING_DIRECTORY }} - name: Scan image - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: image: '5gsec/${{ inputs.NAME }}:${{ steps.tag.outputs.tag }}' severity-cutoff: critical