A software bill of materials (SBOM) is an inventory of all software components (proprietary and open source), open source licenses, and dependencies in a given product. A software bill of materials (SBOM) provides visibility into the software supply chain and any license compliance, security, and quality risks that may exist.
Starting with Kong Mesh 2.7.4, we are generating SBOMs for Kong Mesh and Docker container images.
How to access the SBOMs
-
Download security assets for the latest version of Kong Mesh
-
Extract the downloaded
security-assets.tar.gztar -xvzf security-assets.tar.gzCopied! -
Access the below SBOMs:
-
sbom.spdx.jsonandsbom.cyclonedx.jsonare the SBOM files for binaries built from Kong Mesh -
image_<image_name>-*.spdx.jsonandimage_<image_name>-*.cyclonedx.jsonare the SBOM files for docker container images of Kong Mesh
-