Files
awesome-kubernetes/docs/sonarqube.md
Inaki Fernandez cef4f48960 Apr 18th
2021-04-18 20:25:12 +02:00

52 lines
3.8 KiB
Markdown

# Sonarqube
- [Introduction](#introduction)
- [Analyzing Code with SonarQube](#analyzing-code-with-sonarqube)
- [Integrations](#integrations)
- [SonarQube on Kubernetes](#sonarqube-on-kubernetes)
- [GCP Kubernetes](#gcp-kubernetes)
- [SonarQube Scanners](#sonarqube-scanners)
## Introduction
* [wikipedia: SonarQube](https://en.wikipedia.org/wiki/SonarQube)
* [Sonarqube.org](https://www.sonarqube.org/)
* [Dzone: Why SonarQube](https://dzone.com/articles/why-sonarqube-1)
* [thenewstack.io: How to Install the SonarQube Security Analysis Platform](https://thenewstack.io/how-to-install-the-sonarqube-security-analysis-platform/)
## Analyzing Code with SonarQube
* [Dzone: How to quickly get started with Sonar](https://dzone.com/articles/how-quickly-get-started-sonar)
* [Dzone: How to analyze your code quality in 10 minutes](https://dzone.com/articles/how-to-analyze-your-code-quality-in-10-minutes-wit)
* [Dzone: Sonarqube scanning in 15 minutes](https://dzone.com/articles/sonarqube-scanning-in-15-minutes-2)
* [Dzone: Quick start with sonarqube for static code analysis](https://dzone.com/articles/quick-start-witj-sonarqube-for-static-code-analysi)
* [Dzone.com: Code Analysis Part 1 - Analyzing Code with SonarQube](https://dzone.com/articles/code-analysis-with-sonarqube-part-1-setup)
* [Dzone.com: Code Analysis Part 2 - Analyzing Code with SonarQube](https://dzone.com/articles/code-analysis-part-2-analyzing-code-with-sonarqube)
* [navsinghoberoi.medium.com: Configure Sonarqube to analyse health of a project](https://navsinghoberoi.medium.com/configure-sonarqube-to-analyse-health-of-a-project-5cb80ff6616b)
* [thenewstack.io: How to Analyze Code and Find Vulnerabilities with SonarQube](https://thenewstack.io/how-to-analyze-code-and-find-vulnerabilities-with-sonarqube/)
## Integrations
* [sonarqube.org: Bitbucket integration](https://www.sonarqube.org/bitbucket-integration/) Eliminate Bugs and Vulnerabilities
in your Bitbucket repositories
* [Dzone: SonarCloud integration with SpringBoot Maven](https://dzone.com/articles/sonarcloud-integration-with-springboot-maven)
## SonarQube on Kubernetes
- [Running SonarQube on Kubernetes](https://medium.com/@akamenev/running-sonarqube-on-azure-kubernetes-92a1b9051120)
- [Katacoda.com: SonarQube on Kubernetes](https://www.katacoda.com/javajon/courses/kubernetes-pipelines/sonarqube)
- [hub.helm.sh/charts/oteemo/sonarqube](https://hub.helm.sh/charts/oteemo/sonarqube)
- [youtube: Installation of Sonarqube on Kubernetes/Minikube](https://www.youtube.com/watch?v=_cT-kkvw3NQ)
- [github ref1](https://github.com/gudpick/pods)
- [github ref2](https://github.com/gudpick/pods/tree/master/sonar-latest)
### GCP Kubernetes
- [click-to-deploy/sonarqube](https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/sonarqube)
- [Installing SonarQube on GCP using Kubernetes](https://www.solstice.com/fwd/sonarqube-gcp-kubernetes)
## SonarQube Scanners
* [SonarQube Scanner Overview](https://docs.sonarqube.org/latest/analysis/overview/)
* [Gradle - SonarScanner for Gradle](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-gradle/)
* [MSBuild - SonarScanner for MSBuild](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/)
* [Maven - use the SonarScanner for Maven](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven/)
* [Jenkins - SonarScanner for Jenkins. SonarQube plugin for Jenkins with declarative pipeline 🌟](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-jenkins/)
* [Azure DevOps - SonarQube Extension for Azure DevOps](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops/)
* [Ant - SonarScanner for Ant](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-ant/)
* [anything else (CLI) - SonarScanner](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/)