From 4ab84cace39cb81a563b7ff6b13baf896c62f2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:18:39 +0000 Subject: [PATCH] Bump anchore/scan-action from 4.1.0 to 4.1.1 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4.1.0 to 4.1.1. - [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/d43cc1dfea6a99ed123bf8f3133f1797c9b44492...bc9adf64917dd9444d6cf4dd68620c34ca3a5f69) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 72aaf10056..e200b031cc 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@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0 + uses: anchore/scan-action@bc9adf64917dd9444d6cf4dd68620c34ca3a5f69 # v4.1.1 with: sbom: "sbom-${{ inputs.image }}.json" only-fixed: true