diff --git a/README.md b/README.md
index 91330ca9fe992e2273c5d17d462ec94795fe43cc..a4949f848039bdd6c7aa560be58ec53cd7dcf130 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.0.0'
+    ref: '1.1.0'
     file: '/templates/gitlab-ci-gitleaks.yml'
 ```
 
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 386d525b263cc24774c4a79cac77eb117cd150c4..20609ceb764f799fe5ef9101c3f5da91e0bf91b2 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -186,7 +186,7 @@ stages:
     fi
   }
 
-  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.0.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.1.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -198,7 +198,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
-      command: ["--service", "gitleaks", "1.0.0"]
+      command: ["--service", "gitleaks", "1.1.0"]
   stage: test
   before_script:
     - *gitleaks-scripts