Skip to content
Snippets Groups Projects
Commit ae1496f8 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc(kicker): fix SBOM feature

parent 28d3e9a4
No related branches found
No related tags found
No related merge requests found
......@@ -116,21 +116,19 @@
]
},
{
"id": "dtsi",
"name": "DTSI",
"description": "Generates SBOM file for [Dependency Track](https://dependencytrack.org/) using [cyclonedx-gomod](https://github.com/CycloneDX/cyclonedx-gomod)",
"target_project": "to-be-continuous/golang",
"template_path": "templates/gitlab-ci-golang-dtsi.yml",
"id": "sbom",
"name": "Software Bill of Materials",
"description": "This job generates a file listing all dependencies using [cyclonedx-gomod](https://github.com/CycloneDX/cyclonedx-gomod)",
"disable_with": "GO_SBOM_DISABLED",
"variables": [
{
"name": "GO_SBOM_IMAGE",
"description": "Image of cyclonedx-gomod used for SBOM analysis",
"default": "registry.hub.docker.com/cyclonedx/cyclonedx-gomod:latest"
},
{
"name": "GO_SBOM_OPTS",
"description": "Options for cyclonedx-gomod used for SBOM analysis",
"default": "--main .",
"description": "[@cyclonedx/cyclonedx-gomod options](https://github.com/CycloneDX/cyclonedx-gomod#usage) used for SBOM analysis",
"default": "-main .",
"advanced": true
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment