Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanbo92/sonarqube-cn-docker
基于代码扫描工具sonarqube社区版docker镜像集成一些常用插件以及PostgreSQL数据库的docker-compose项目
https://github.com/yanbo92/sonarqube-cn-docker
docker docker-compose postgresql sonarqube sonarqube-plugin
Last synced: 22 days ago
JSON representation
基于代码扫描工具sonarqube社区版docker镜像集成一些常用插件以及PostgreSQL数据库的docker-compose项目
- Host: GitHub
- URL: https://github.com/yanbo92/sonarqube-cn-docker
- Owner: yanbo92
- Created: 2021-12-02T15:05:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T16:01:45.000Z (about 3 years ago)
- Last Synced: 2024-02-11T21:17:48.425Z (10 months ago)
- Topics: docker, docker-compose, postgresql, sonarqube, sonarqube-plugin
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - yanbo92/sonarqube-cn-docker - 基于代码扫描工具sonarqube社区版docker镜像集成一些常用插件以及PostgreSQL数据库的docker-compose项目 (Others)
README
# sonarqube-cn-docker
基于sonarqube社区版docker镜像集成一些常用插件以及PostgreSQL数据库的docker-compose项目。## 插件列表
- [SonarOpenCommunity/sonar-cxx](https://github.com/SonarOpenCommunity/sonar-cxx)
- [sonar-next/sonar-swift](https://github.com/sonar-next/sonar-swift)
- [xuhuisheng/sonar-l10n-zh](https://github.com/xuhuisheng/sonar-l10n-zh)
- [detekt/sonar-kotlin](https://github.com/detekt/sonar-kotlin)
- [mc1arke/sonarqube-community-branch-plugin](https://github.com/mc1arke/sonarqube-community-branch-plugin)
## 使用
```
git clone https://github.com/yanbo92/sonarqube-cn-dockercd sonarqube-cn-docker
docker-compose up -d
```