sbom-tool

Generate SBOMs for artifacts in multiple formats

brewmacoslinux
Try with needOr install directly
Source

About

Scalable and enterprise ready tool to create SBOMs for any variety of artifacts

Commands

sbom-tool

Examples

Generate SBOM for a Docker image$ sbom-tool generate -di myimage:latest -o spdx
Create SBOM from a directory with JSON output$ sbom-tool generate -d /path/to/directory -o json
Generate SBOM and validate it$ sbom-tool validate -i sbom.json