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.
- Host: GitHub
- URL: https://github.com/natthasath/docker-sonarqube
- Owner: natthasath
- License: mit
- Created: 2022-08-16T03:51:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:46:53.000Z (over 1 year ago)
- Last Synced: 2025-01-09T02:52:06.273Z (over 1 year ago)
- Topics: docker-compose, sonarqube
- Language: YAML
- Homepage: https://www.sonarqube.org/
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.



### 🏆 Run
- [http://localhost:9000/](http://localhost:9000/) username : `admin` password : `admin`
```shell
docker-compose up -d
```