Software Bill Of Materials (SBOM) Reports
SBOM is a list of components in a piece of software. It is like a list of ingredients of a product. Is it quickly becoming a standard for software supply chain risk and the ecosystem is growing with tools that help you verify, scan and monitor all your dependencies.
Report Standards
SBOM reports primarily use SPDX & CycloneDX standards.
Reports
Note: This is supported for all versions >=0.3.8
You can find the SBOM reports as artifacts in our container registry at the locations below. They are updated every time there is change in the codebase and tagged by the exact version we release.
Location | Files | Context |
---|---|---|
ghcr.io/boxyhq/jackson/service:<version> | sbom.spdx , sbom.cyclonedx | SAML Jackson service |
ghcr.io/boxyhq/jackson/npm:<version> | sbom.spdx , sbom.cyclonedx | NPM package |
ghcr.io/boxyhq/jackson/docker:<version> | sbom.spdx , sbom.cyclonedx | Docker Image for SAML Jackson service |
You can use oras (or a similar OCI artifacts tool) to retrieve these files.
oras pull ghcr.io/boxyhq/jackson/service:<version>