Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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项目

Awesome Lists containing this project

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-docker

cd sonarqube-cn-docker

docker-compose up -d
```