Skip to content
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions tools/securesbom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json",
"specVersion": "2.0",
"tool": {
"name": "SecureSBOM",
"publisher": "ShiftLeftCyber",
"description": "SecureSBOM is an enterprise-grade API that provides cryptographic signing and verification capabilities at scale.",
"repository_url": "https://github.com/shiftleftcyber",
"website_url": "https://shiftleftcyber.io/securesbom",
"capabilities": [
"SBOM",
"VDR/VEX"
],
"availability": [
"FREEMIUM",
"SUBSCRIPTION"
],
"functions": [
"ANALYSIS",
"PACKAGE_MANAGER_INTEGRATION",

@jkowalleck jkowalleck Oct 31, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove, as discussed here: #69 (comment)

Suggested change
"PACKAGE_MANAGER_INTEGRATION",

"SIGNING/NOTARY"
],
"analysis": [],

Copilot AI Jan 5, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "analysis" array is empty, but the tool declares "ANALYSIS" in the "functions" array. When a tool has "ANALYSIS" functionality, it should specify what types of analysis it performs by including values such as "SECURITY_VULNERABILITIES", "LICENSE_REPORTING", "POLICY_EVALUATION", "RESOURCE_REPORTING", or "OUTDATED_COMPONENTS". Either populate this array with appropriate analysis types or remove "ANALYSIS" from the functions array.

Copilot uses AI. Check for mistakes.
"transform": [],
"packaging": [
"COMMAND_LINE_UTILITY",
"GITHUB_ACTION",
"LIBRARY"
],
"library": [
"GO"
],
"platform": [
"LINUX",
"MAC",
"WINDOWS"
],
"lifecycle": [
"BUILD",
"POST-BUILD",
"OPERATIONS"
],
"supportedStandards": [
"CYCLONEDX",
"SPDX"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.4",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.7"
],
"supportedLanguages": []
}
}