Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmwylie19/sonar-webhook-operator

Pass or fail a pipeline based on Sonarqube QualityGate results.
https://github.com/cmwylie19/sonar-webhook-operator

hacktoberfest hacktoberfest2021

Last synced: about 1 month ago
JSON representation

Pass or fail a pipeline based on Sonarqube QualityGate results.

Awesome Lists containing this project

README

        

# Sonar Webhook Operator

drawing

Project Components
- [Webhook Backend](#webhook)
- [Operator](#operator)
- [GitHub Action](#github-action)

## Webhook
_The webhook will be triggered from a HTTP POST request from sonarqube._

## Operator
_The operator will control the Webhook's `Deployment`, `Service`, and `ServiceAccount`._

## GitHub Action
_The GitHub Action will query the webhook to get the sonarqube results. The action will pass/fail based on quality gate results for a given job._