From 30b1644050037c0319f97c37b7505f369a34e4a4 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Sun, 11 Aug 2024 15:46:57 +0200
Subject: [PATCH] docs: use variabilized GitLab server FQDN in CI/CD component
 reference URLs

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ea1947f..25aad01 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Add the following to your `.gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.6.0
+  - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.6.0
     # 2: set/override component inputs
     inputs:
       args: "--no-banner" # ⚠ this is only an example
-- 
GitLab