Skip to content

Commit f15670b

Browse files
authored
Add hermeto (#61)
2 parents 8b8ca0d + 02547c9 commit f15670b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

tools.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12757,6 +12757,51 @@
1275712757
"RUST",
1275812758
"SCALA"
1275912759
]
12760+
},
12761+
{
12762+
"name": "Hermeto",
12763+
"publisher": "The Hermeto Project",
12764+
"description": "Hermeto is a CLI tool that pre-fetches your project's dependencies, which enables network-isolated builds, which enables the production of high-accuracy SBOMs",
12765+
"repository_url": "https://github.com/hermetoproject/hermeto",
12766+
"website_url": "https://hermetoproject.github.io/hermeto/",
12767+
"capabilities": [
12768+
"SBOM"
12769+
],
12770+
"availability": [
12771+
"OPEN_SOURCE",
12772+
"OSI_APPROVED"
12773+
],
12774+
"functions": [
12775+
"AUTHOR",
12776+
"PACKAGE_MANAGER_INTEGRATION"
12777+
],
12778+
"transform": [],
12779+
"packaging": [
12780+
"COMMAND_LINE_UTILITY",
12781+
"CONTAINER_IMAGE"
12782+
],
12783+
"library": [],
12784+
"platform": [
12785+
"LINUX",
12786+
"MAC"
12787+
],
12788+
"lifecycle": [
12789+
"PRE-BUILD",
12790+
"BUILD"
12791+
],
12792+
"supportedStandards": [
12793+
"CYCLONEDX",
12794+
"SPDX",
12795+
"SLSA",
12796+
"PACKAGE_URL"
12797+
],
12798+
"supportedLanguages": [
12799+
"RUBY",
12800+
"RUST",
12801+
"GO",
12802+
"JAVASCRIPT/TYPESCRIPT",
12803+
"PYTHON"
12804+
]
1276012805
}
1276112806
]
1276212807
}

0 commit comments

Comments
 (0)