Skip to content

SonarQube Scanner using vagrant and docker configuration.

License

Notifications You must be signed in to change notification settings

vlntn0/sonarqube-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarQube Scanner

Description

SonarQube is a Code Quality Assurance tool that collects and analyzes source code, and provides reports for the code quality of your project. It combines static and dynamic analysis tools and enables quality to be measured continually over time.

This tools use vagrant and VirtualBox to run, so make sure to download vagrant(2.1.5) and VirtualBox(5.2.44) first to your computer.

Download Links :

How to Build :

  1. Install Vagrant and VirtualBox in your computer use the link above (Install the specific version so that the tools can run properly).
  2. Download the zip folder from github and unzip it into your computer.
  3. Open command prompt and move to the directory you unzip the file by entering this command :
cd (your directory)

example :

cd C:\VM_PBL\sonarqube
  1. Run Vagrant using the command below to your command prompt :
vagrant up
  1. Wait for the vagrant finish the booting.
  2. After the vagrant finished booting, Go to your browser and enter localhost:9000 in the url box.
  3. SonarQube is ready to use.

If you want to know how to use the SonarQube you can read the documentation.

License

Copyright 2008-2021 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0

About

SonarQube Scanner using vagrant and docker configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages