From 3e4828d307811845d76d534515ddbdd468f6ae70 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 14 May 2021 15:15:45 +0200 Subject: [PATCH] Update marketing wording --- Dockerfile | 2 +- README.md | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ecb1ee3..564c15e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL version="1.0.0" \ homepage="https://github.com/sonarsource/sonarqube-scan-action" \ maintainer="SonarSource" \ com.github.actions.name="SonarQube Scan" \ - com.github.actions.description="Scan your code with SonarQube to detect Bugs, Vulnerabilities and Code Smells in more than 27 programming languages!" \ + com.github.actions.description="Scan your code with SonarQube to detect Bugs, Vulnerabilities and Code Smells in up to 27 programming languages!" \ com.github.actions.icon="check" \ com.github.actions.color="green" diff --git a/README.md b/README.md index da0307c..888472c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Scan your code with SonarQube [![QA](https://github.com/SonarSource/sonarqube-scan-action/actions/workflows/qa.yml/badge.svg)](https://github.com/SonarSource/sonarqube-scan-action/actions/workflows/qa.yml) -Using this GitHub Action, scan your code with [SonarQube](https://www.sonarqube.org/) to detects Bugs, Vulnerabilities and Code Smells in more than 27 programming languages! +Using this GitHub Action, scan your code with [SonarQube](https://www.sonarqube.org/) to detects Bugs, Vulnerabilities and Code Smells in up to 27 programming languages! diff --git a/action.yml b/action.yml index f1ee80f..c55c4e5 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: SonarQube Scan description: > - Scan your code with SonarQube to detect Bugs, Vulnerabilities and Code Smells in more than 27 programming languages! + Scan your code with SonarQube to detect Bugs, Vulnerabilities and Code Smells in up to 27 programming languages! branding: icon: check color: green