An open API service indexing awesome lists of open source software.

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.

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.