bom

Generate SPDX-compliant Bill of Materials manifests for software

brewmacoslinux
Try with needOr install directly
Source

About

Utility to generate SPDX-compliant Bill of Materials manifests

Commands

bom

Examples

Generate a Bill of Materials for a directory in SPDX JSON format$ bom generate -d /path/to/project -o sbom.spdx.json
Create a BOM for a Docker image and output in tag-value format$ bom generate -i docker://myimage:latest -o sbom.spdx
Generate BOM with specific output format$ bom generate -d . -f xml -o sbom.xml