cytomining / cytomining/CytoTable
Add SBOM file to repository
- Dominant language
- Python
- Stars
- 21
- Forks
- 6
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 6
Description
Software bill of materials (SBOM) are used to help ensure security for open source projects and users ([link](https://en.wikipedia.org/wiki/Software_supply_chain)). This issue outlines considerations about adding the SBOM as a visible artifact with this repo (more recently, it seems common to find these as SPDX JSON files). This data is also available from [GitHub's API](https://docs.github.com/en/rest/dependency-graph/sboms?apiVersion=2022-11-28) (though it's less visible how/when this is updated). The data may be [manually downloaded](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/exporting-a-software-bill-of-materials-for-your-repository) also. [Related tooling](https://github.com/spdx/tools-python). Ideally this would be something that could be automatically updated / checked.
Contributor guide
Assessment
This issue has not been assessed yet.