From 9b900eaa4ad82ddc692bef2938c64d6a0fe5c59c Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 16 Jan 2023 18:04:21 +0100 Subject: [PATCH] doc: change the project pitch sentence --- README.md | 3 ++- kicker.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6305b3c..87edb73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GitLab CI template for Gitleaks -This project implements a generic GitLab CI template for [Gitleaks](https://github.com/zricethezav/gitleaks/wiki). +This project implements a GitLab CI/CD template to detect and prevent hardcoded secrets in your +Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki). When run on the master branch, Gitleaks will audit all commits from all branches. diff --git a/kicker.json b/kicker.json index 75b2ba4..86d1e55 100644 --- a/kicker.json +++ b/kicker.json @@ -1,6 +1,6 @@ { "name": "Gitleaks", - "description": "GitLab CI template for [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)", + "description": "Detect and prevent hardcoded secrets in your Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)", "template_path": "templates/gitlab-ci-gitleaks.yml", "kind": "analyse", "variables": [ -- GitLab