export command

Processes an SBOM and converts it to various graph formats. Note, that SPDX SBOMs lead to better results, as they describes inter package relations more precisely.

usage: debsbom export [-h] [-t {cdx,spdx}] [--format {graphml}] [bomin] [out]

Positional Arguments

bomin

sbom file to process. Use ‘-’ to read SBOM from stdin

out

output file (optional)

Named Arguments

-t, --sbom-type

Possible choices: cdx, spdx

SBOM type to process (default: auto-detect)

--format

Possible choices: graphml

graph output format (default: ‘graphml’)

Default: 'graphml'