You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/sonarcloud.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ redirect_from:
5
5
- /user/sonarqube/
6
6
---
7
7
8
-
[SonarCloud](https://sonarcloud.io) is the leading online service to catch Bugs and Security Vulnerabilities in your Pull Requests and throughout your code repositories. Totally free for open-source projects (paid plan for private projects), SonarCloud pairs with existing cloud-based CI/CD workflows, and provides clear resolution guidance for any Code Quality or Security issue it detects. With already more than 1 billion lines of code under analysis, SonarCloud empowers development teams of all sizes to write cleaner and safer code, across more than 20 programming languages.
8
+
[SonarQube Cloud](https://sonarcloud.io) is the leading online service to catch Bugs and Security Vulnerabilities in your Pull Requests and throughout your code repositories. Totally free for open-source projects (paid plan for private projects), SonarCloud pairs with existing cloud-based CI/CD workflows, and provides clear resolution guidance for any Code Quality or Security issue it detects. With already more than 1 billion lines of code under analysis, SonarCloud empowers development teams of all sizes to write cleaner and safer code, across more than 20 programming languages.
9
9
10
-
Please refer to the [SonarCloud documentation](https://sonarcloud.io/documentation) for more details.
10
+
Please refer to the [SonarCloud documentation](https://docs.sonarsource.com/sonarqube-cloud/) for more details.
11
11
12
12
## Requirements
13
13
@@ -28,7 +28,7 @@ Before inspecting your code, you need to:
28
28
2. [Create a user authentication token](https://sonarcloud.io/account/security) for your account on SonarCloud.
29
29
3. [Encrypt this token](/user/encryption-keys/#usage) `travis encrypt abcdef0123456789` or define `SONAR_TOKEN` in your [Repository Settings](/user/environment-variables/#defining-variables-in-repository-settings)
30
30
4. [Find which SonarCloud.io organization](https://sonarcloud.io/account/organizations) you want to push your project on and get its key
31
-
5. Create a `sonar-project.properties` file for your project (see the [documentation](http://redirect.sonarsource.com/doc/install-configure-scanner.html)).
31
+
5. Create a `sonar-project.properties` file for your project (see the [documentation](https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/scanners/sonarscanner/).
32
32
33
33
Then add the following lines to your `.travis.yml` file to trigger the analysis:
34
34
@@ -110,9 +110,9 @@ If this is the case, you will receive warnings in the log telling you that this
110
110
111
111
## Note for SonarQube users
112
112
113
-
If you are familiar with SonarQube, you can be tempted to deal with some properties relatives to [Branch Analysis](https://docs.sonarqube.org/display/SONAR/Branch+Analysis) (ex: `sonar.branch.name`) and/or [Pull Request Analysis](https://docs.sonarqube.org/display/SONAR/Pull+Request+Analysis) (ex: `sonar.pullrequest.key`).
113
+
If you are familiar with SonarQube Server, you can be tempted to deal with some properties relatives to [Branch Analysis](https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/branch-analysis/setting-up-the-branch-analysis/) (ex: `sonar.branch.name`) and/or [Pull Request Analysis](https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/pull-request-analysis/setting-up-the-pull-request-analysis/) (ex: `sonar.pullrequest.key`).
114
114
115
-
These properties are completely useless, the SonarCloud add-on manages them for you depending the analysis type.
115
+
These properties are completely useless, the SonarQube Cloud add-on manages them for you depending on the analysis type.
0 commit comments