Skip to content

Repo to run a quick sonarqube analysis on files / folders locally

Notifications You must be signed in to change notification settings

theodo/sonar-quickrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SONAR QUICKRUN

Owner : Aurélien Le Masson

The goal of this repo is to allow everyone to run a quick sonarqube analysis of snippets / files / repositories. This is run locally, no need to have a Sonarqube server somewhere.

Installation / Setup

  1. Run make start to run the server
  2. Go to http://localhost:9000 and login
  3. Change the password as asked
  4. Put the new password in the sonar-project.properties file (replace the <TO UPDATE WITH NEW PASSWORD> placeholder)
  5. ???
  6. Profit

Usage

  1. Copy the files you want to analyse in the src folder.
  2. Run make start to have the sonarqube server running.
  3. Run make analysis to launch an analysis.
  4. Go to the URL given at the end of your analysis (or directly to http://localhost:9000/dashboard?id=quick-run-project)
  5. ???
  6. Profit

image image

About

Repo to run a quick sonarqube analysis on files / folders locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published