Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cmwylie19/sonar-webhook-operator
- Owner: cmwylie19
- Created: 2021-09-24T15:35:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T15:21:02.000Z (about 3 years ago)
- Last Synced: 2024-04-22T00:21:42.348Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2021
- Language: JavaScript
- Homepage: https://cmwylie19.github.io/sonar-webhook-operator
- Size: 58.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Sonar Webhook Operator
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._