From 54024d4542b7ce50989525f4f96f4131b84172c4 Mon Sep 17 00:00:00 2001 From: Haksung Jang Date: Fri, 3 Jul 2026 12:05:04 +0900 Subject: [PATCH 1/2] Add BomLens to the SBOM catalog Signed-off-by: Haksung Jang --- SBOM-Catalog/public/data.yaml | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/SBOM-Catalog/public/data.yaml b/SBOM-Catalog/public/data.yaml index 04b4aeb..54e17a8 100644 --- a/SBOM-Catalog/public/data.yaml +++ b/SBOM-Catalog/public/data.yaml @@ -7179,3 +7179,42 @@ - Analyze - Deployment - Container +- Name: BomLens + Link: https://github.com/sktelecom/sbom-tools + Publisher: SK Telecom + Summary: 'BomLens is an open-source SBOM generator and analyzer that runs locally + as a single Docker image, with a CLI, a web UI, and a desktop app. It generates + CycloneDX SBOMs from source code, container images, binaries, and firmware, and + CycloneDX 1.7 ML-BOMs for HuggingFace AI models with a G7 minimum-elements + conformance report. It can also consume supplier-provided CycloneDX or SPDX + documents, validate them, convert SPDX to CycloneDX, merge multiple SBOMs, and + produce open source NOTICE files plus license and known-vulnerability reports.' + License: Apache-2.0 + Standards: + - CycloneDX + - SPDX + Source: AI & human reviewed + Abilities: + - Consume + - Convert + - Generate + - Merge + - Sign + - Validate + Types: + - Source + - Build + - Analyze + - Container + Languages: + - C + - "C++" + - Cargo + - Composer + - Dotnet + - Gem + - Go + - Java + - Npm + - Python + - Swift From 2bc70494409cfb027cbc77613672499890117390 Mon Sep 17 00:00:00 2001 From: Haksung Jang Date: Tue, 14 Jul 2026 06:56:42 +0900 Subject: [PATCH 2/2] docs: point BomLens link to renamed repo sktelecom/bomlens The repository was renamed from sktelecom/sbom-tools to sktelecom/bomlens. --- SBOM-Catalog/public/data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SBOM-Catalog/public/data.yaml b/SBOM-Catalog/public/data.yaml index 54e17a8..ebb34c2 100644 --- a/SBOM-Catalog/public/data.yaml +++ b/SBOM-Catalog/public/data.yaml @@ -7180,7 +7180,7 @@ - Deployment - Container - Name: BomLens - Link: https://github.com/sktelecom/sbom-tools + Link: https://github.com/sktelecom/bomlens Publisher: SK Telecom Summary: 'BomLens is an open-source SBOM generator and analyzer that runs locally as a single Docker image, with a CLI, a web UI, and a desktop app. It generates