From 7a0b5e7f8cac139a9cb873beb196687233857837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:08:40 +0000 Subject: [PATCH] deps(github): bump anchore/scan-action from 4.1.2 to 5.2.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4.1.2 to 5.2.0. - [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/64a33b277ea7a1215a3c142735a1091341939ff5...5ed195cc06065322983cae4bb31e2a751feb86fd) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/images-vulnerability-scanning.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images-vulnerability-scanning.yaml b/.github/workflows/images-vulnerability-scanning.yaml index 3a60d7c10b..c564a71ed7 100644 --- a/.github/workflows/images-vulnerability-scanning.yaml +++ b/.github/workflows/images-vulnerability-scanning.yaml @@ -46,7 +46,7 @@ jobs: - name: Printing Image Path run: echo "image_path=${{env.image_registry}}/${{matrix.images}}:${{env.image_tag}}" >> "$GITHUB_ENV" - name: Running vulnerability scanner - uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5 # v4.1.2 + uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 id: vulnerability-scanning with: image: ${{env.image_path}}