https://github.com/dumareyflybrid/buildroot-sbom-action
Github action to generate a software bill of materials for a buildroot project. Also can publish the content of `make legal-info` if asked.
https://github.com/dumareyflybrid/buildroot-sbom-action
automation buildroot github-actions github-actions-composite
Last synced: about 1 year ago
JSON representation
Github action to generate a software bill of materials for a buildroot project. Also can publish the content of `make legal-info` if asked.
- Host: GitHub
- URL: https://github.com/dumareyflybrid/buildroot-sbom-action
- Owner: dumareyflybrid
- License: mit
- Created: 2024-09-12T11:13:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T11:32:22.000Z (over 1 year ago)
- Last Synced: 2025-01-29T04:42:59.389Z (over 1 year ago)
- Topics: automation, buildroot, github-actions, github-actions-composite
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buildroot SBOM Action
This github action generates the `legal-info` and generates the Cyclone DX SBOM
for a given buildroot output directory.
The action expects to be given a buildroot output folder, and will call
`make legal-info` and `make show-info` to complete its task.
The action publishes the tarball of all legal info and the software SBOM to the
pipeline's artefacts.