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

https://github.com/jcmdsbr/sonarqube-environment

Sample files to initialize a sonarqube environment in docker or k8s
https://github.com/jcmdsbr/sonarqube-environment

docker docker-compose dockerfile sonarqube

Last synced: 10 months ago
JSON representation

Sample files to initialize a sonarqube environment in docker or k8s

Awesome Lists containing this project

README

          

# The SonarQube environment :sunglasses:
- Sample files to initialize a sonarqube environment in docker or k8s

## Give a Star! :star:
If you liked the project, please give a star ;)

## You need some of the fallowing tools :exclamation:

- Visual Studio 2019, Visual Studio Code or Rider
- Docker
- K8s

## Description :books:
- SonarQube provides the capability to not only show health of an application but also to highlight issues newly introduced. With a Quality Gate in place, you can [Clean As You Code](https://blog.sonarsource.com/clean-as-you-code) and therefore improve code quality systematically.

### Official Links

- [Website](https://www.sonarqube.org)
- [Download](https://www.sonarqube.org/downloads/)
- [Documentation](https://docs.sonarqube.org)
- [Twitter](https://twitter.com/SonarQube)
- [SonarSource](https://www.sonarsource.com), author of SonarQube
- [Issue tracking](https://jira.sonarsource.com/browse/SONAR/), read-only. Only SonarSourcers can create tickets.
- [Responsible Disclosure](https://community.sonarsource.com/t/responsible-vulnerability-disclosure/9317)
- [Dogfood](https://next.sonarqube.com/sonarqube) instance of the next SonarQube version

## Startup :heavy_check_mark:

- In terminal execute: docker-compose up -d at current directory
- await to complete
- that's fine, your env is running !
- in browser execute: localhost:9000 to open sonar ui
- enter "admin" in password and login