SonarQube
Visualize Sonarqube projects and users, map Sonarqube users to employees, and monitor user changes through queries and alerts.
- Installation guide
- SonarQube data model
Installation
You will need to create an API token on SonarQube. See their documentation for more information.
Note: If setting up the integration on JupiterOne Servers please provide a public URL to your SonarQube server (e.g: https://sonarqube.mycompany.com).
Configuration in JupiterOne
To install the SonarQube integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select SonarQube. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the SonarQube account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your SonarQube Base URL and API Token.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | sonarqube_account | Account |
Finding | sonarqube_finding | Finding |
Project | sonarqube_project | Project |
User | sonarqube_user | User |
UserGroup | sonarqube_user_group | UserGroup |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
sonarqube_account | HAS | sonarqube_project |
sonarqube_account | HAS | sonarqube_user |
sonarqube_account | HAS | sonarqube_user_group |
sonarqube_project | HAS | sonarqube_finding |
sonarqube_user_group | HAS | sonarqube_user |