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: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ SonarQube is the leading product for Continuous Code Quality & Code Security. It
10
10
11
11
To run an analysis on your code, you first need to set up your project on SonarQube. Your SonarQube instance must be accessible from GitHub, and you will need an access token to run the analysis (more information below under **Environment variables**).
12
12
13
+
Read more information on how to analyze your code [here](https://docs.sonarqube.org/latest/analysis/github-integration/).
14
+
13
15
## Usage
14
16
15
17
Project metadata, including the location to the sources to be analyzed, must be declared in the file `sonar-project.properties` in the base directory:
0 commit comments