Skip to content

Commit d8bcf6a

Browse files
committed
adding SecureSBOM to tools.json
Signed-off-by: Vinny Barton <vbarton@shiftleftcyber.io>
1 parent 153d6ff commit d8bcf6a

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

tools.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12907,6 +12907,55 @@
1290712907
"C/C++",
1290812908
"SCALA"
1290912909
]
12910+
},
12911+
{
12912+
"name": "SecureSBOM",
12913+
"publisher": "ShiftLeftCyber",
12914+
"description": "SecureSBOM is an enterprise-grade API that provides cryptographic signing and verification capabilities at scale.",
12915+
"website_url": "https://shiftleftcyber.io/securesbom",
12916+
"capabilities": [
12917+
"SBOM",
12918+
"VDR/VEX"
12919+
],
12920+
"availability": [
12921+
"FREEMIUM",
12922+
"SUBSCRIPTION"
12923+
],
12924+
"functions": [
12925+
"ANALYSIS",
12926+
"PACKAGE_MANAGER_INTEGRATION",
12927+
"SIGNING/NOTARY"
12928+
],
12929+
"analysis": [],
12930+
"transform": [],
12931+
"packaging": [
12932+
"COMMAND_LINE_UTILITY",
12933+
"GITHUB_ACTION",
12934+
"LIBRARY"
12935+
],
12936+
"library": [
12937+
"GO"
12938+
],
12939+
"platform": [
12940+
"LINUX",
12941+
"MAC",
12942+
"WINDOWS"
12943+
],
12944+
"lifecycle": [
12945+
"BUILD",
12946+
"POST-BUILD",
12947+
"OPERATIONS"
12948+
],
12949+
"supportedStandards": [
12950+
"CYCLONEDX",
12951+
"SPDX"
12952+
],
12953+
"cycloneDxVersion": [
12954+
"CYCLONEDX_V1.4",
12955+
"CYCLONEDX_V1.5",
12956+
"CYCLONEDX_V1.6"
12957+
],
12958+
"supportedLanguages": []
1291012959
}
1291112960
]
1291212961
}

0 commit comments

Comments
 (0)