Skip to content

Commit 06f6411

Browse files
build(deps): bump anchore/sbom-action in the github-actions group (#2191)
Bumps the github-actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `anchore/sbom-action` from 0.20.0 to 0.20.1 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86808c7 commit 06f6411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
push-to-registry: ${{ inputs.pushImage }}
108108

109109
- name: Generate SBOM
110-
uses: anchore/sbom-action@v0.20.0
110+
uses: anchore/sbom-action@v0.20.1
111111
with:
112112
image: quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}:${{matrix.LABEL}}
113113
artifact-name: sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.json

0 commit comments

Comments
 (0)