This document provides a description about how to create a project in SonarQube.

Prerequisites

To be able to enter a project into SonarQube you need a dedicated SonarQube account. Since access to SonarQube is handled via Federated Identity you should be able to log in using your regular GÉANT user account. If that doesn't work please contact us following this process to have an account created for you. If you need further help you may also reach out to the team via the Slack channel dedicated to SonarQube.

Entering the project into SonarQube

To be able to analyse software in SonarQube you need to create a specific SonarQube project first. This can easily be done by following the procedure below.


1- Log in to the SonarQube main page at https://sonarqube.software.geant.org/


2- Click on the "+" icon at the top right tab then select "Create new project" as shown below


3- Enter the project key and display name 

The next few steps will allow you to analyze your project. Now you will be taken to add a token and then to run the analysis on your project, as explained in step 4 below. 


4- Choose a token and click on "Generate" (note: the token is not the "project name" you chose earlier). The token is used for authentication purposes later in the process - it is used to identify you whenever an analysis is performed. If it has been compromised, you can revoke it at any point of time in your user account.


5- A token is generated and being displayed to you (you'll need it later). Click on "Continue"


6- Answer some questions about your project's main language and your OS. This will activate a "Download" button for the appropriate scanner for your machine, some tip for your environment variable as well as the suitable command to execute the scanner from your computer.

Note that the following screenshots may look different based on the programming language and OS you select.


That's it! Now you can go to the main page of "Projects" to find your newly added project. There you will be able to configure the analysis. More on this here.

By default, any newly created project will be considered "Public". It means every SonarQube user, authenticated or not, will be able to:

Note: the following steps require Administration privileges (which you may not have, even on your own projects. In this case please contact us via our Slack channel that is dedicated to SonarQube and ask for assistance.):


Adding your source code to the newly created project and analysing it with SonarQube

After the project has been created you need to assign the source code of the project that you want to analyse to SonarQube. As SonarQube is flexible to analyse projects this can be done in a variety of ways:

Source code only

MANUAL: Adding Source Code Directly to a SonarQube project

Using Gitlab CI

MANUAL: Continuous Integration Setup with GitLab CI and SonarQube

Using a Continuous Integration tool (Bitbucket, ...)

MANUAL: Bitbucket and SonarQube

Getting help