From 08fdb8b9c44c33e0d4b04dc77195f882d4a9c80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:58:52 +0000 Subject: [PATCH] Bump anchore/scan-action from 4.0.0 to 4.1.0 (#2248) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4.0.0 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/04b73ec0bba3de85519c4ec634bffedead788f96...d43cc1dfea6a99ed123bf8f3133f1797c9b44492) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3880f4ffec..bf79ce890e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: - name: Scan SBOM id: scan - uses: anchore/scan-action@04b73ec0bba3de85519c4ec634bffedead788f96 # v4.0.0 + uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0 with: sbom: "sbom-${{ inputs.image }}.json" only-fixed: true