From 1fcbb5b2ba59763b1e3c492a1f12b0178c5b6cb5 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Tue, 1 Apr 2025 19:44:07 +0200
Subject: [PATCH] docs: mention main branch too

---
 templates/gitlab-ci-gitleaks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 563a81b..71a16dc 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -215,7 +215,7 @@ stages:
 
   # ENDSCRIPT
 
-# full analysis on master and develop branches
+# full analysis on main/master and develop branches
 gitleaks:
   image:
     name: $GITLEAKS_IMAGE
-- 
GitLab