Go to file
gapodo 02cc71ddd1 removed when branch as it's not supporting arrays as documented 2022-10-31 19:17:51 +01:00
.woodpecker removed when branch as it's not supporting arrays as documented 2022-10-31 19:17:51 +01:00
cmd Repo-Swap and Build 2022-10-30 20:29:33 +01:00
pkg Repo-Swap and Build 2022-10-30 20:29:33 +01:00
.dockerignore Repo-Swap and Build 2022-10-30 20:29:33 +01:00
.gitignore Repo-Swap and Build 2022-10-30 20:29:33 +01:00
Dockerfile Repo-Swap and Build 2022-10-30 20:29:33 +01: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 Repo-Swap and Build 2022-10-30 20:29:33 +01:00
go.sum Repo-Swap and Build 2022-10-30 20:29:33 +01: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.