gapodo 50372446c7 | ||
---|---|---|
.woodpecker | ||
cmd | ||
pkg | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum |
README.md
Woodpecker plugin for integration with SonarQube
Meta
This is one of my first go projects, it was created to facilitate the use of Woodpecker-CI in combination with SonarQube.
Since I am using the mc1arke/sonarqube-community-branch-plugin plugin for SonarQube, I needed a plugin capable of properly setting the scanner parameters to allow for PR (not implemented in any plugins I found) and branch scanning (implemented in aosapps/drone-sonar).
Inspiration / acknowledgements
This plugin was inspired by the works of aosapps/drone-sonar and diegopereiraeng/harness-cie-sonarqube-scanner.