From a660b6076097dfee2f5983a5fd8ce97aed2398e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:12:24 +0000 Subject: [PATCH] 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/grype.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grype.yml b/.github/workflows/grype.yml index e3f2486e17..d46c7052c7 100644 --- a/.github/workflows/grype.yml +++ b/.github/workflows/grype.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Scan current project - uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5 # v4.1.2 + uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 with: path: "." fail-build: true