Generate a SBOM
Last updated
Last updated
Xygeni allows to generate a SBOM for a certain project.
Two SBOM formats are currently supported:
CycloneDX (JSON schema) .See for full details.
SPDX, in JSON serialization format, standard ISO/IEC 5962:2021. See for full details.
You have two options to generate an SBOM:
Once you have selected a project, the Dashboard will present you the Download SBOM option.
You can also open a project's detail slide to download the SBOM.
You can also generate a SBOM with the xygeni CLI. This is useful if you need the SBOM during a build/deploy CI/CD process.
Please visit for further information.