Generate a SBOM
Xygeni allows to generate a SBOM for a certain project.
Two SBOM formats are currently supported:
CycloneDX (JSON schema) .See https://cyclonedx.org/ for full details.
SPDX, in JSON serialization format, standard ISO/IEC 5962:2021. See https://spdx.dev/ for full details.
You have two options to generate an SBOM:
Generate a SBOM from the Web User Interface
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.

Generate a SBOM with the Xygeni CLI
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.
Last updated