Skip to content

Commit 46c1359

Browse files
committed
Add To Be Continuous tools
Signed-off-by: Clement Bois <clement.bois@orange.com>
1 parent 01809ac commit 46c1359

1 file changed

Lines changed: 149 additions & 0 deletions

File tree

tools.json

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12752,6 +12752,155 @@
1275212752
"RUST",
1275312753
"SCALA"
1275412754
]
12755+
},
12756+
{
12757+
"name": "To Be Continuous GitLab templates",
12758+
"publisher": "To Be Continuous",
12759+
"description": "A set of GitLab CI templates including SBOM generation for every supported technology using Trivy, Syft, or CycloneDX plugins.",
12760+
"repository_url": "https://gitlab.com/to-be-continuous/doc",
12761+
"website_url": "https://to-be-continuous.gitlab.io/doc/",
12762+
"capabilities": [
12763+
"SBOM",
12764+
"RELEASE_NOTES"
12765+
],
12766+
"availability": [
12767+
"OPEN_SOURCE",
12768+
"OSI_APPROVED"
12769+
],
12770+
"functions": [
12771+
"AUTHOR",
12772+
"DISTRIBUTE",
12773+
"PACKAGE_MANAGER_INTEGRATION"
12774+
],
12775+
"packaging": [
12776+
"GITLAB_CI_TEMPLATE"
12777+
],
12778+
"library": [
12779+
"PYTHON",
12780+
"SHELL"
12781+
],
12782+
"platform": [
12783+
"LINUX"
12784+
],
12785+
"lifecycle": [
12786+
"PRE-BUILD",
12787+
"BUILD",
12788+
"POST-BUILD"
12789+
],
12790+
"supportedStandards": [
12791+
"CYCLONEDX",
12792+
"PACKAGE_URL",
12793+
"CPE"
12794+
],
12795+
"cycloneDxVersion": [
12796+
"CYCLONEDX_V1.6",
12797+
"CYCLONEDX_V1.5",
12798+
"CYCLONEDX_V1.4"
12799+
],
12800+
"supportedLanguages": [
12801+
"GO",
12802+
"GROOVY",
12803+
"JAVA",
12804+
"JAVASCRIPT/TYPESCRIPT",
12805+
"KOTLIN",
12806+
"NODE.JS",
12807+
"PHP",
12808+
"PYTHON",
12809+
"RUST",
12810+
"SCALA"
12811+
]
12812+
},
12813+
{
12814+
"name": "To Be Continuous Dependency-Track template",
12815+
"publisher": "To Be Continuous",
12816+
"description": "A GitLab CI template to validate and merge SBOMs before publishing them to Dependency-Track.",
12817+
"repository_url": "https://gitlab.com/to-be-continuous/dependency-track",
12818+
"website_url": "https://gitlab.com/to-be-continuous/dependency-track",
12819+
"capabilities": [
12820+
"SBOM"
12821+
],
12822+
"availability": [
12823+
"OPEN_SOURCE",
12824+
"OSI_APPROVED"
12825+
],
12826+
"functions": [
12827+
"ANALYSIS",
12828+
"DISTRIBUTE",
12829+
"TRANSFORM"
12830+
],
12831+
"analysis": [
12832+
"SECURITY_VULNERABILITIES"
12833+
],
12834+
"transform": [
12835+
"BOM_VERSION",
12836+
"BOM_STANDARD"
12837+
],
12838+
"library": [
12839+
"PYTHON",
12840+
"SHELL"
12841+
],
12842+
"platform": [
12843+
"LINUX"
12844+
],
12845+
"lifecycle": [
12846+
"POST-BUILD"
12847+
],
12848+
"supportedStandards": [
12849+
"CYCLONEDX",
12850+
"PACKAGE_URL",
12851+
"CPE"
12852+
],
12853+
"cycloneDxVersion": [
12854+
"CYCLONEDX_V1.6",
12855+
"CYCLONEDX_V1.5",
12856+
"CYCLONEDX_V1.4"
12857+
]
12858+
},
12859+
{
12860+
"name": "DT SBOM Scanner",
12861+
"publisher": "To Be Continuous",
12862+
"description": "A CLI tool to validate and merge SBOMs before publishing them to Dependency-Track.",
12863+
"repository_url": "https://gitlab.com/to-be-continuous/tools/dt-sbom-scanner",
12864+
"website_url": "https://gitlab.com/to-be-continuous/tools/dt-sbom-scanner",
12865+
"capabilities": [
12866+
"SBOM"
12867+
],
12868+
"availability": [
12869+
"OPEN_SOURCE",
12870+
"OSI_APPROVED"
12871+
],
12872+
"functions": [
12873+
"ANALYSIS",
12874+
"DISTRIBUTE",
12875+
"TRANSFORM"
12876+
],
12877+
"analysis": [
12878+
"SECURITY_VULNERABILITIES"
12879+
],
12880+
"transform": [
12881+
"BOM_VERSION",
12882+
"BOM_STANDARD"
12883+
],
12884+
"library": [
12885+
"PYTHON",
12886+
"SHELL"
12887+
],
12888+
"platform": [
12889+
"LINUX"
12890+
],
12891+
"lifecycle": [
12892+
"POST-BUILD"
12893+
],
12894+
"supportedStandards": [
12895+
"CYCLONEDX",
12896+
"PACKAGE_URL",
12897+
"CPE"
12898+
],
12899+
"cycloneDxVersion": [
12900+
"CYCLONEDX_V1.6",
12901+
"CYCLONEDX_V1.5",
12902+
"CYCLONEDX_V1.4"
12903+
]
1275512904
}
1275612905
]
1275712906
}

0 commit comments

Comments
 (0)