Skip to content

Commit

Permalink
⬆️upgrade(ci): Bump anchore/sbom-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@61119d4...f5e124a)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 392cf26 commit 2753af8
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@61119d458adab75f756bc0b9e4bde25725f86a7a
uses: anchore/sbom-action/download-syft@f5e124a5e5e1d497a692818ae907d3c45829d033

- name: Generate SBOM file
uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a
uses: anchore/sbom-action@f5e124a5e5e1d497a692818ae907d3c45829d033
with:
artifact-name: sbom.spdx
format: spdx
dependency-snapshot: true

- name: Publish SBOM File
uses: anchore/sbom-action/publish-sbom@61119d458adab75f756bc0b9e4bde25725f86a7a
uses: anchore/sbom-action/publish-sbom@f5e124a5e5e1d497a692818ae907d3c45829d033
with:
sbom-artifact-match: ".*\\.spdx$"

0 comments on commit 2753af8

Please sign in to comment.