Commit 91af529f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent c3183809
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
variables:
  # variabilized tracking image
  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"

  DEFECTDOJO_DIR: "."
  DEFECTDOJO_BANDIT_REPORTS: "**/bandit*.json"
  DEFECTDOJO_GITLEAKS_REPORTS: "**/gitleaks-report.json"
@@ -463,7 +466,7 @@ defectdojo:
    name: $DEFECTDOJO_BASE_IMAGE
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "1.0.4" ]
  stage: .post
  before_script: