Generate a SBOM
Last updated
Last updated
Xygeni allows to generate SBOM for a certain project.
Two SBOM formats are currently supported:
cyclonedx
, CycloneDX format (JSON schema).See https://cyclonedx.org/ for full details.
spdx
, the Software Package Data Exchange (SPDX) in JSON serialization format, standard ISO/IEC 5962:2021. See https://spdx.dev/ for full details.
To generate it, you have two options:
Once you have selected a project, the Dashboard will present you the Download SBOM option.
You can also generate a SBOM with 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.