Add CBOM-Lens and CBOM-Repository to Tool Center - #137
Open
3keyroman wants to merge 1 commit into
Open
Conversation
Signed-off-by: 3keyroman <46850604+3keyroman@users.noreply.github.com>
3keyroman
force-pushed
the
add-cbom-lens-and-cbom-repository
branch
from
August 4, 2026 08:49
c373f74 to
bd101c1
Compare
There was a problem hiding this comment.
Pull request overview
Adds two new Tool Center v2 tool descriptors for OmniTrust CBOM tooling, enabling the assembly workflow to pick them up via the tools/ directory.
Changes:
- Added
CBOM-Lenstool metadata (CLI + container image) for generating CycloneDX CBOMs. - Added
CBOM-Repositorytool metadata (service + container image) for storing and searching CBOM documents.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/cbom_lens.json | Adds Tool Center v2 metadata for the CBOM-Lens CLI/container tool (CBOM capability; CycloneDX 1.6/1.7). |
| tools/cbom_repository.json | Adds Tool Center v2 metadata for the CBOM-Repository API service/container (CBOM capability; CycloneDX 1.6/1.7). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two CBOM tools to the Tool Center.
CBOM-Lens — CLI that discovers certificates, keys, secrets, and algorithms on local systems, in container images, and on network services, and generates a CycloneDX 1.6 or 1.7 CBOM. Detects post-quantum algorithms and emits the CycloneDX 1.7
algorithmFamilyandellipticCurveregistry fields.CBOM-Repository — REST API service that stores, versions, retrieves, and searches CycloneDX CBOM documents on S3-compatible object storage.
Both are MIT-licensed and published by OmniTrust. Only files in
tools/are added;tools.jsonis left to the assembly workflow.