From 62b4cd5962dfa7e78a1cf4d4c480366d483c6edb Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 10 Jun 2021 14:59:41 +0000
Subject: [PATCH] chore(release): 1.2.0 [skip ci]

# [1.2.0](https://gitlab.com/to-be-continuous/gitleaks/compare/1.1.1...1.2.0) (2021-06-10)

### Features

* move group ([554f528](https://gitlab.com/to-be-continuous/gitleaks/commit/554f52851c99aefa8338b9ef59e6476bd35c4407))
---
 README.md                        | 2 +-
 templates/gitlab-ci-gitleaks.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e827a43..b081971 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: 'to-be-continuous/gitleaks'
-    ref: '1.1.1'
+    ref: '1.2.0'
     file: '/templates/gitlab-ci-gitleaks.yml'
 ```
 
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 31d8d34..eddd390 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.1"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.2.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -199,7 +199,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "gitleaks", "1.1.1"]
+      command: ["--service", "gitleaks", "1.2.0"]
   stage: test
   variables:
     GIT_DEPTH: 0
-- 
GitLab