Generate a SBOM
Last updated
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:
Once you have selected a project, the Inventory >> Repositories 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 Generate SBOM with the Xygeni CLI for further information.
Last updated

