Commit ae1496f8 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc(kicker): fix SBOM feature

parent 28d3e9a4
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -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
        }
      ]