From 8f06b61f63de5b87e4d5787396acc2658b0d831c Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Mon, 17 May 2021 16:33:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 15376a8..f4e8d4c 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,6 @@ More information about possible analysis parameters can be found in [the documen - `SONAR_TOKEN` – **Required** this is the token used to authenticate access to SonarQube. You can read more about security tokens [here](https://docs.sonarqube.org/latest/user-guide/user-token/). You should set the `SONAR_TOKEN` environment variable in the "Secrets" settings page of your repository. - `SONAR_HOST_URL` – **Required** this tells the scanner where SonarQube is hosted. You can set the `SONAR_HOST_URL` environment variable in the "Secrets" settings page of your repository. -## Example of pull request analysis - - - ## Do not use this GitHub action if you are in the following situations * Your code is built with Maven. Read the documentation about our [Scanner for Maven](https://redirect.sonarsource.com/doc/install-configure-scanner-maven.html).