Skip to content
Open
Changes from all 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
43 changes: 43 additions & 0 deletions tools/genealogos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"tool": {
"name": "genealogos",
"publisher": "Tweag I/O",
"description": "CLI and library to generate SBOMs from Nix expression without having to build the derivations, build on top of Nixtract.",
"repository_url": "https://github.com/tweag/genealogos",
"website_url": "https://github.com/tweag/genealogos",
"capabilities": [
"SBOM"
],
"availability": [
"OPEN_SOURCE",
"OSI_APPROVED"
],
"functions": [
"PACKAGE_MANAGER_INTEGRATION",
"AUTHOR"
],
"packaging": [
"COMMAND_LINE_UTILITY",
"LIBRARY"
],
"library": [
"RUST"
],
"platform": [
"LINUX",
"MAC"
],
"lifecycle": [
"PRE-BUILD"
],
"supportedStandards": [
"CYCLONEDX",
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.3",
"CYCLONEDX_V1.4"
]
},
"specVersion": "2.0"
}