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(s) to process for ‘bomin’. Use ‘-’ to read from stdin

out

output file (optional)

Named Arguments

-t, --sbom-type

Possible choices: cdx, spdx

SBOM type to process (default: auto-detect), required when reading from stdin

--format

Possible choices: graphml

graph output format (default: ‘graphml’)

Default: 'graphml'