Loading templates/gitlab-ci-defectdojo.yml +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" Loading Loading @@ -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: Loading Loading
templates/gitlab-ci-defectdojo.yml +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" Loading Loading @@ -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: Loading