sbom-cli

CLI tool for working with Software Bill of Materials (SBOM) data

cargomacoslinuxwindows
Try with needOr install directly
Source

About

A CLI to work with SBOM data

Commands

sbom

Examples

Convert SBOM from CycloneDX XML to JSON format$ sbom convert -i input.xml -o output.json
Validate an SBOM file against schema$ sbom validate -i sbom.json
Query SBOM for specific components$ sbom query -i sbom.json -f 'name=openssl'