plugin-sonar/README.md

13 lines
811 B
Markdown
Raw Permalink Normal View History

2022-10-29 00:38:25 +00:00
# Woodpecker plugin for integration with SonarQube
2022-10-26 13:04:54 +00:00
2022-10-29 00:38:25 +00:00
## Meta
This is one of my first go projects, it was created to facilitate the use of [Woodpecker-CI](https://woodpecker-ci.org) in combination with SonarQube.
Since I am using the [mc1arke/sonarqube-community-branch-plugin](https://github.com/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](https://github.com/aosapps/drone-sonar-plugin)
and [diegopereiraeng/harness-cie-sonarqube-scanner](https://github.com/diegopereiraeng/harness-cie-sonarqube-scanner).