- 17 Mar 2025
- 1 Minute to read
- Print
- DarkLight
SonarCloud
- Updated on 17 Mar 2025
- 1 Minute to read
- Print
- DarkLight
SonarCloud code analysis tool is designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. By integrating directly with your CI pipeline or one of the supported DevOps platforms, your code is checked against an extensive set of rules. More information can be found on the SonarSource website.
Integration Method: API
Tables: Detection Finding (2004)
The integration supports the following type of events.
Event | Description |
---|---|
Issues | Get all the issues in the code of a Project. |
Hotspots | Get the details of a security hotspot in the code. |
Note:
SonarQube Cloud is a continuously updated cloud service. As of this document preparation, latest release was on January 21, 2025.
Prerequisites
The user should have access to login into SonarCloud environment.
The user should have access to DataBee console.
Configuration Overview
Generate an API token on the user console with the required scopes.
Add the SonarCloud data feed integration in the DataBee console with the required API token.
DataBee Parameter
SonarCloud Parameter
Token
Token
SonarCloud Configuration
Start by creating an API Token for the integration.
Log on to SonarCloud Portal using the user account credentials having Admin privileges.
Navigate to Account > My Account. The “API Access” page window will appear.
On the “My Account” page, click on security and then type any new name for the token and click on Generate Token.
A new token will be created, and it will appear below. Copy and save the generated personal access token. This will not be available later to be copied. It is used when configuring DataBee.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for the SonarCloud and click it as shown below.
Click on the API Ingest option for collection method.
Enter feed contact information and click Next.
In the configuration page, confirm the following:
API Base URL: this is the base URL that DataBee will interact with.
Authorization Method: Bearer Token
Token: paste the Token generated earlier in the SonarCloud console.
Event types: preselected for all the events types the integration pulls.
Click Submit.
Troubleshooting Tips
Ensure the token is pasted correctly. Since you cannot view the token after the 1st time, re-create the token, paste it on a text editor to ensure no spaces or unexpected characters are included and reconfigure the DataBee feed.
Ensure the SonarCloud scopes/permissions are correct.