Skip to content

Commit

Permalink
⬆️upgrade(ci): Bump anchore/sbom-action in /.github/workflows (#179)
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.8 to 0.17.9.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@55dc4ee...df80a98)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent 612dbfa commit 2bbbdc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ jobs:

- name: Downloading Syft
id: syft
uses: anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693
uses: anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75

- name: Generate SBOM file
uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75
with:
artifact-name: sbom.spdx
format: spdx
dependency-snapshot: true

- name: Publish SBOM File
uses: anchore/sbom-action/publish-sbom@55dc4ee22412511ee8c3142cbea40418e6cec693
uses: anchore/sbom-action/publish-sbom@df80a981bc6edbc4e220a492d3cbe9f5547a6e75
with:
sbom-artifact-match: ".*\\.spdx$"

0 comments on commit 2bbbdc8

Please sign in to comment.