TL;DR • About • Disclaimer • Getting Started • Download • How To Use • Commands • FAQ
Useful Tips • Changelog • Contributing • Security Vulnerabilities • Credits • Sponsor • License
Localhost SonarQube offers a light-weight command-line interface for interacting with SonarQube Community Edition and analyse your source code with SonarScanner (CLI) in a Docker environment.
~/.bashrc or ~/.zshrc that allows you to
execute the Localhost SonarQube Shell script more easily.# Clone this repository.
$ git clone [email protected]:luisaveiro/localhost-sonarqube.git
# Create Alias
alias sonarqube='bash ~/localhost-sonarqube/sonarqube'
# Start SonarQube Docker containers.
$ sonarqube upLocalhost SonarQube offers a light-weight command-line interface for interacting with SonarQube Community Edition and analyse your source code with SonarScanner (CLI) in a Docker environment.
The sonarqube Shell script provides convenient CLI commands for interacting with the Docker containers defined by the compose.yaml file. It also provides a method to copy SonarScanner configuration templates (sonar-project.properties) for easy setup.
SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells, and security vulnerabilities on 20+ programming languages.
The MIT License (MIT). Please see License File for more information.
GitHub • LinkedIn • Twitter