chore: update docs/sonarqube.md [20260517-1948]

This commit is contained in:
github-actions[bot]
2026-05-17 19:51:37 +00:00
committed by GitHub
parent e5efb03df4
commit a0a64ca7d4

View File

@@ -10,9 +10,9 @@
## Introduction
- [wikipedia: SonarQube](https://en.wikipedia.org/wiki/SonarQube)
- [Sonarqube.org](https://www.sonarqube.org/)
- [Sonarqube.org](https://www.sonarsource.com/products/sonarqube//)
- [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/)
- [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
@@ -20,7 +20,7 @@
- [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)
- [thenewstack.io: How to Analyze Code and Find Vulnerabilities with SonarQube](https://thenewstack.io/how-to-analyze-code-and-find-vulnerabilities-with-sonarqube/)
- [thenewstack.io: How to Analyze Code and Find Vulnerabilities with SonarQube](https://thenewstack.io/how-to-analyze-code-and-find-vulnerabilities-with-sonarqube//)
- [itnext.io: SonarQube: running tests from Jenkins Pipeline in Docker](https://itnext.io/sonarqube-running-tests-from-jenkins-pipeline-from-docker-7740702b6f42)
## Integrations
@@ -31,7 +31,7 @@ in your Bitbucket repositories
## SonarQube on Kubernetes
- [Running SonarQube on Kubernetes](https://medium.com/@akamenev/running-sonarqube-on-azure-kubernetes-92a1b9051120)
- [hub.helm.sh/charts/oteemo/sonarqube](https://hub.helm.sh/charts/oteemo/sonarqube)
- [hub.helm.sh/charts/oteemo/sonarqube](https://artifacthub.io/packages/helm/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)
@@ -42,12 +42,12 @@ in your Bitbucket repositories
## 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/)
- [SonarQube Scanner Overview](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/overview/)
- [Gradle - SonarScanner for Gradle](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner-for-gradle/)
- [MSBuild - SonarScanner for MSBuild](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/dotnet/installing/)
- [Maven - use the SonarScanner for Maven](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner-for-maven/)
- [Jenkins - SonarScanner for Jenkins. SonarQube plugin for Jenkins with declarative pipeline 🌟](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner-for-jenkins/)
- [Azure DevOps - SonarQube Extension for Azure DevOps](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarqube-extension-for-azure-devops/)
- [Ant - SonarScanner for Ant](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner-for-ant/)
- [anything else (CLI) - SonarScanner](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner/)