An open API service indexing awesome lists of open source software.

https://github.com/natthasath/docker-sonarqube

SonarQube is an open-source platform for static code analysis, used to find bugs, vulnerabilities, and maintain code quality in software projects.
https://github.com/natthasath/docker-sonarqube

docker-compose sonarqube

Last synced: about 2 months ago
JSON representation

SonarQube is an open-source platform for static code analysis, used to find bugs, vulnerabilities, and maintain code quality in software projects.

Awesome Lists containing this project

README

          

# 🎉 Docker SonarQube

SonarQube is an open-source platform for static code analysis, used to find bugs, vulnerabilities, and maintain code quality in software projects.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 Run

- [http://localhost:9000/](http://localhost:9000/) username : `admin` password : `admin`

```shell
docker-compose up -d
```