From 2854e994bf2ebc4e036a6c32e25f571e42e440bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:51:25 -0700 Subject: [PATCH] deps(github): bump anchore/scan-action from 4.0.0 to 4.1.0 (#2982) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 4763629bd1..d4df802768 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@04b73ec0bba3de85519c4ec634bffedead788f96 # v4.0.0 + uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0 id: vulnerability-scanning with: image: ${{env.image_path}}