An n8n node package for the SonarQube / SonarCloud API
npm install n8n-nodes-sonarqubeThis is an n8n community node. It lets you use __SonarQube__ (self-hosted or SonarQube Cloud, previously known as SonarCloud) in your n8n workflows.
__SonarQube__ is a code intelligence tool to help assess your code quality and technical debt .
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
- __Get Component Measures__: get the measured metric values for a given component
- __Search Components__: search for component you have permissions to
- __Search Metrics__: search the metrics catalog to get their definitions
- You will need to create an API access token from your SonarQube/SonarCloud portal according to these instructions
- n8n community nodes documentation
- SonarQube API instructions
- SonarQube API Docs
- 1.0.0 - First Version