From 7e403ca433aa3735ae5e4714d4abc2e5d15c95d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:29:26 -0600 Subject: [PATCH] github-actions(deps): bump anchore/sbom-action (#77) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.3 to 0.15.4. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.3...v0.15.4) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- security-actions/scan-docker-image/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security-actions/scan-docker-image/action.yml b/security-actions/scan-docker-image/action.yml index 9f611833..82fbd038 100644 --- a/security-actions/scan-docker-image/action.yml +++ b/security-actions/scan-docker-image/action.yml @@ -71,7 +71,7 @@ runs: # Must upload artifact for output file parameter to have effect - name: Generate SPDX SBOM Using Syft - uses: anchore/sbom-action@v0.15.3 + uses: anchore/sbom-action@v0.15.4 id: sbom_spdx with: image: ${{ steps.meta.outputs.scan_image }} @@ -87,7 +87,7 @@ runs: dependency-snapshot: false - name: Generate CycloneDX SBOM Using Syft - uses: anchore/sbom-action@v0.15.3 + uses: anchore/sbom-action@v0.15.4 id: sbom_cyclonedx with: image: ${{ steps.meta.outputs.scan_image }}