From 39a050bb981effd9b53907d75c59282c7bb9f950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:43:04 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.6.4 to 4.1.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.6.4 to 4.1.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/v3.6.4...v4.1.0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sbom-vulns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom-vulns.yml b/.github/workflows/sbom-vulns.yml index c3251fdf..68f2c4f5 100644 --- a/.github/workflows/sbom-vulns.yml +++ b/.github/workflows/sbom-vulns.yml @@ -32,7 +32,7 @@ jobs: # Scan the CDX SBOM with Grype - name: Grype Scan SBOM - uses: anchore/scan-action@v3.6.4 + uses: anchore/scan-action@v4.1.0 id: scan with: output-format: sarif