From 8cb13c3fa76db08b8ee4b30ebe5b5fae6181155a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 19 Jan 2026 17:22:18 +0100 Subject: [PATCH] ci: added gitleaks --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 439d026..78adf82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: # stages + - "gitleaks" - "linting" - "build" - "deployment" @@ -12,10 +13,11 @@ stages: # include jobs include: - # deployment + # locals - local: ".gitlab/build.yaml" - local: ".gitlab/deployment.yaml" - # linting + # components + - component: "$CI_SERVER_FQDN/components/gitleaks/gitleaks@v1.0.0" - component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0" - component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"