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 @@ ...@@ -116,21 +116,19 @@
] ]
}, },
{ {
"id": "dtsi", "id": "sbom",
"name": "DTSI", "name": "Software Bill of Materials",
"description": "Generates SBOM file for [Dependency Track](https://dependencytrack.org/) using [cyclonedx-gomod](https://github.com/CycloneDX/cyclonedx-gomod)", "description": "This job generates a file listing all dependencies using [cyclonedx-gomod](https://github.com/CycloneDX/cyclonedx-gomod)",
"target_project": "to-be-continuous/golang", "disable_with": "GO_SBOM_DISABLED",
"template_path": "templates/gitlab-ci-golang-dtsi.yml",
"variables": [ "variables": [
{ {
"name": "GO_SBOM_IMAGE", "name": "GO_SBOM_IMAGE",
"description": "Image of cyclonedx-gomod used for SBOM analysis",
"default": "registry.hub.docker.com/cyclonedx/cyclonedx-gomod:latest" "default": "registry.hub.docker.com/cyclonedx/cyclonedx-gomod:latest"
}, },
{ {
"name": "GO_SBOM_OPTS", "name": "GO_SBOM_OPTS",
"description": "Options for cyclonedx-gomod used for SBOM analysis", "description": "[@cyclonedx/cyclonedx-gomod options](https://github.com/CycloneDX/cyclonedx-gomod#usage) used for SBOM analysis",
"default": "--main .", "default": "-main .",
"advanced": true "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