.. _trustpoint_sbom: ======================================= Trustpoint Software Bill of Materials ======================================= ------------------------- Supported SBOM Formats ------------------------- Trustpoint provides Software Bill of Materials (SBOMs) in the following formats: - `SPDX (Software Package Data Exchange) `_ - `CycloneDX `_ These formats are widely adopted for secure software supply chain management and allow transparency around third-party dependencies, licenses, and vulnerabilities. ---------------------- SBOM Access and Links ---------------------- You can access the latest Trustpoint SBOMs here: ^^^^^^^^^^ SPDX SBOM ^^^^^^^^^^ The SPDX-formatted SBOM is available in JSON format: `Download SPDX SBOM `_ ^^^^^^^^^^^^ CycloneDX SBOM ^^^^^^^^^^^^ The CycloneDX-formatted SBOM is available in JSON format: `Download CycloneDX SBOM `_ -------------------------------------- SBOM Generation and CI Integration -------------------------------------- The SBOMs are **automatically generated** and kept up to date via a `GitHub Actions Workflow `_. This workflow is triggered **on every push to the `main` branch**, ensuring that the published SBOMs always reflect the current state of the codebase and its dependencies. ---------------------- Validation and Tools ---------------------- You may use the following tools to validate or inspect the SBOMs: - `SPDX Tools `_ - `cyclonedx-cli `_ - `syft `_ These tools allow validation, transformation, and comparison of SBOMs to meet compliance and operational requirements.