-
-
Notifications
You must be signed in to change notification settings - Fork 55
adding SecureSBOM to tools.json #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 5 commits
d8bcf6a
5074e11
e18fa5a
046d83b
0b7e51e
9b53875
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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", | ||
| "SIGNING/NOTARY" | ||
| ], | ||
| "analysis": [], | ||
|
||
| "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": [] | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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)