From 41633daea51309fed0913064a08e7b2b06b99af8 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 16 Jan 2023 18:07:36 +0100 Subject: [PATCH] doc: change the project pitch sentence --- README.md | 2 +- kicker.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7bbde5..9001b14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitLab CI template for SonarQube -This project implements a generic GitLab CI template for running [SonarQube](https://www.sonarqube.org/) analysis. +This project implements a GitLab CI/CD template to continuously inspect your codebase with [SonarQube](https://www.sonarqube.org/). SonarQube is a **Code Quality and Security tool** that helps you analyse your source code and detect quality issues or security vulnerabilities as early as possible. diff --git a/kicker.json b/kicker.json index d3d38ab..ec0a720 100644 --- a/kicker.json +++ b/kicker.json @@ -1,6 +1,6 @@ { "name": "SonarQube", - "description": "GitLab CI template for [SonarQube](https://www.sonarqube.org/)", + "description": "Continuously inspect your codebase with [SonarQube](https://www.sonarqube.org/)", "template_path": "templates/gitlab-ci-sonar.yml", "kind": "analyse", "variables": [ -- GitLab