aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-03-15 20:56:14 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2019-03-15 21:19:59 +0100
commitf65ad9175338b374a0bde05313e7f76914549b75 (patch)
tree9b7fbd14f506a9dd2d928ef4d45aa1e2f98eb446 /README.md
parent7c87a18d48570f6e507de3837b3f2629786bebe9 (diff)
downloadsonar-scanner-cli-f65ad9175338b374a0bde05313e7f76914549b75.tar.gz
sonar-scanner-cli-f65ad9175338b374a0bde05313e7f76914549b75.zip
Add Quality badge to README
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 61dba98..1a38590 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
SonarQube Scanner
=========================
[![Build Status](https://travis-ci.org/SonarSource/sonar-scanner-cli.svg?branch=master)](https://travis-ci.org/SonarSource/sonar-scanner-cli)
-[![Build status](https://ci.appveyor.com/api/projects/status/s3sg3fhui556v02o/branch/master?svg=true)](https://ci.appveyor.com/project/henryju/sonar-scanner-cli/branch/master)
+[![Build status](https://ci.appveyor.com/api/projects/status/s3sg3fhui556v02o/branch/master?svg=true)](https://ci.appveyor.com/project/henryju/sonar-scanner-cli/branch/master) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.scanner.cli%3Asonar-scanner-cli&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.scanner.cli%3Asonar-scanner-cli)
-Official SonarQube Scanner used to start code analysis. Project configuration is read from a sonar-project.properties or passed on command line.
+Official SonarQube Scanner used to start code analysis. Project configuration is read from file `sonar-project.properties` or passed on command line.
-Documentation:
+Documentation
http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
Issue Tracker: