Go to file
gapodo 6e5243f405 initial working plugin (happy path) 2022-10-29 02:38:25 +02:00
pkg initial working plugin (happy path) 2022-10-29 02:38:25 +02:00
LICENSE fixed license 2022-10-27 01:19:00 +02:00
README.md initial working plugin (happy path) 2022-10-29 02:38:25 +02:00
go.mod initial working plugin (happy path) 2022-10-29 02:38:25 +02:00
go.sum initial working plugin (happy path) 2022-10-29 02:38:25 +02:00
main.go initial working plugin (happy path) 2022-10-29 02:38:25 +02:00
woodpecker-plugin-sonar initial working plugin (happy path) 2022-10-29 02:38:25 +02:00

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.