Skip to content

Commit

Permalink
build(deps): bump anchore/sbom-action (#1835)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update in the / directory: [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `anchore/sbom-action` from 0.17.4 to 0.17.6
- [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.17.4...v0.17.6)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 75b9533 commit 3ef42f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
push-to-registry: ${{ inputs.pushImage }}

- name: Generate SBOM
uses: anchore/[email protected].4
uses: anchore/[email protected].6
with:
image: quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}:${{matrix.LABEL}}
artifact-name: sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.json
Expand Down

0 comments on commit 3ef42f6

Please sign in to comment.