Skip to content
Snippets Groups Projects
Commit f6e71c9e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent b2b73d2c
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
# Floor, Boston, MA 02110-1301, USA. # Floor, Boston, MA 02110-1301, USA.
# ========================================================================================= # =========================================================================================
variables: variables:
# variabilized tracking image
TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
# Default Docker image (can be overridden) # Default Docker image (can be overridden)
GITLEAKS_IMAGE: "zricethezav/gitleaks:latest" GITLEAKS_IMAGE: "zricethezav/gitleaks:latest"
GITLEAKS_ARGS: "--verbose" GITLEAKS_ARGS: "--verbose"
...@@ -180,7 +183,7 @@ gitleaks: ...@@ -180,7 +183,7 @@ gitleaks:
name: $GITLEAKS_IMAGE name: $GITLEAKS_IMAGE
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gitleaks", "1.2.5"] command: ["--service", "gitleaks", "1.2.5"]
stage: test stage: test
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment