diff --git a/tools/securesbom.json b/tools/securesbom.json new file mode 100644 index 0000000..6bb7de2 --- /dev/null +++ b/tools/securesbom.json @@ -0,0 +1,52 @@ +{ + "$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" + ], + "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" + ] + } +} \ No newline at end of file