From 89835e7d30d01202ac5211c26a0afc9a4920bc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:20:44 +0530 Subject: [PATCH] chore(deps): Bump anchore/scan-action from 3 to 4 (#222) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-image.yaml b/.github/workflows/release-image.yaml index d0be0771..9fbcbbc8 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@v3 + uses: anchore/scan-action@v4 with: image: '5gsec/${{ inputs.NAME }}:${{ steps.tag.outputs.tag }}' severity-cutoff: critical