Generate SBOM with the Xygeni CLI
Last updated
Last updated
To generate an SBOM file with the Xygeni CLI , specify the --sbom
option with the name of the file to create. You may use stdin
or stdout
to force output to the standard output / standard error, respectively.
The --sbom
option is required with --sbom-format
. Two formats are currently supported:
cyclonedx
, CycloneDX format (JSON schema).See for full details.
spdx
, the Software Package Data Exchange (SPDX) in JSON serialization format, standard ISO/IEC 5962:2021. See for full details.