diff --git a/README.md b/README.md
index edfff68c1dc383bfe034af4dcbf9ce3d95a2ac7f..8ec1b95f20a4d1a69697eba0c49162d0461e54d1 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'Orange-OpenSource/tbc/gitleaks'
-    ref: '1.1.0'
+    ref: '1.1.1'
     file: '/templates/gitlab-ci-gitleaks.yml'
 ```
 
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 722cfecb3b49662f4ae3119706feff843152b927..9c146463ee68fc966939a3b27e2bee6bd7706f97 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -187,7 +187,7 @@ stages:
     fi
   }
 
-  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.1.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.1.1"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -199,7 +199,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
-      command: ["--service", "gitleaks", "1.1.0"]
+      command: ["--service", "gitleaks", "1.1.1"]
   stage: test
   variables:
     GIT_DEPTH: 0