From 7bbc4d0d9dd82e5a6347b6a3e7c5de7653c3714a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:41:07 +0000 Subject: [PATCH] build(deps): Bump anchore/scan-action from 5 to 6 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container_scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_scanning.yml b/.github/workflows/container_scanning.yml index 537bffa..a6c6d06 100644 --- a/.github/workflows/container_scanning.yml +++ b/.github/workflows/container_scanning.yml @@ -45,7 +45,7 @@ jobs: BASE_IMAGE=${{ matrix.base_image }} - name: Scan image with Anchore Grype - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan with: image: 'ci/test:latest'