diff --git a/README.md b/README.md
index 87edb73ba57a44e9ed50a2ea0431306ef0b695c5..d6c713920e41755dd3af02105185d24087f6bbcc 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ They use the following configuration.
 
 | Name                  | description                            | default value     |
 | --------------------- | -------------------------------------- | ----------------- |
-| `GITLEAKS_IMAGE`      | The Docker image used to run Gitleaks  | `zricethezav/gitleaks:latest` |
+| `GITLEAKS_IMAGE`      | The Docker image used to run Gitleaks  | `registry.hub.docker.com/zricethezav/gitleaks:latest` |
 | `GITLEAKS_RULES`      | Gitleaks [configuration rules](https://github.com/zricethezav/gitleaks#configuration) to use (you may also provide your own `.gitleaks.toml` configuration file in your project). | _none_ (uses default rules) |
 | `GITLEAKS_ARGS`       | [Options](https://github.com/zricethezav/gitleaks/wiki/Options) for a full Gitleaks analysis (on master or develop branches) | `--verbose` |
 
diff --git a/kicker.json b/kicker.json
index 86d1e55104f2afed24e915e8103a61a7294c285e..3aa95d8c5b2a1fc8dbe91f4034c47c92ba5a62e4 100644
--- a/kicker.json
+++ b/kicker.json
@@ -7,7 +7,7 @@
     {
       "name": "GITLEAKS_IMAGE",
       "description": "The Docker image used to run Gitleaks",
-      "default": "zricethezav/gitleaks:latest"
+      "default": "registry.hub.docker.com/zricethezav/gitleaks:latest"
     },
     {
       "name": "GITLEAKS_RULES",
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 8a18e5c4180f1fa83ab268304dfd14185a174f74..dc35215fedb726e43650ad435de0e050610f0bf1 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -45,7 +45,7 @@ variables:
   TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
 
   # Default Docker image (can be overridden)
-  GITLEAKS_IMAGE: "zricethezav/gitleaks:latest"
+  GITLEAKS_IMAGE: "registry.hub.docker.com/zricethezav/gitleaks:latest"
   GITLEAKS_ARGS: "--verbose"
 
   # default production ref name (pattern)