sbom-everywhere
sbom-everywhere copied to clipboard
SBOM tools test suite
I would be useful to have a way to see the outputs produced of various SBOM tool so we can:
- Compare accuracy (breadth of detection or completeness / fidelity / metdata included)
- Compare semantics (each tool translates realty in code differently into a SBOM)
- Compare component ids (each tool uses generates different package names/identifiers)
@joshbressers as said in today Security Tooling meeting I am working on repository containing various package definition files (pom.xml, package.json, etc) which will be scanned using (FOSS) SBOM tools every 24 hours using GitHub actions.
My intent is that one can always compare latest state of the tools to make it easier to choice one that fits their business needs.