From 64da21d31d64cf5d3282a2d48101d270b32d4485 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com>
Date: Tue, 21 Sep 2021 11:38:03 +0200
Subject: [PATCH] docs: add gitlab compatibility
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index e8b8d18..5233b2b 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,7 @@ Here is how this GitLab CI template chooses the Gitleaks rules to use:
 1. It first looks for a `.gitleaks.toml` file at the root of your project repository.
 2. If not found, it uses the `.toml` file specified with the `$GITLEAKS_RULES` variable.
 3. If not specified, [default Gitleaks rules] (https://github.com/zricethezav/gitleaks/blob/master/config/default.go) are used.
+
+## Gitlab compatibility
+
+:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
-- 
GitLab