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

feat: configurable tracking image

parent 49d4c79b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
# Floor, Boston, MA  02110-1301, USA.
# =========================================================================================
variables:
  # variabilized tracking image
  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"

  # Default Docker image (can be overridden)
  TESTSSL_IMAGE: "drwetter/testssl.sh:latest"
  TESTSSL_ARGS: "--severity MEDIUM"
@@ -192,7 +195,7 @@ testssl:
    name: $TESTSSL_IMAGE
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "testssl", "2.0.1"]
  stage: acceptance
  variables: