Start FreeLog in
SonarQube Cloud | Getting started with Enterprise | Viewing the enterprise reports | Viewing project regulatory reports

Viewing a project regulatory report

On this page

Starting in Enterprise, you can download a regulatory report for any long-lived branch of a project, typically the main branch. See Adjusting the long-lived branch name pattern of your project if the long-lived branch is other than main.

Downloading regulatory reports

To download a regulatory report:

  1. Retrieve the project.
  2. On the Branch Summary page, click Downloadable reports and select Download Regulatory report (.zip) from the drop down menu.

Alternatively:

  1. Click Information in the left side navigation bar. 
  2. In the Regulatory Report section, choose a project branch from the drop down menu.
  3. Click Download report

SonarQube generates the report for download, which may take a few minutes depending on the size of the project.

Contents of the regulator report’s ZIP file

The reports are in a ZIP file containing a snapshot of the latest analysis of the selected branch and include TXT, CSV, and PDF files.

The PDF file includes:

  • Project overview
    • Project details
    • Quality gates information and status
  • Project rating overview for:
    • New code broken down by new issues, accepted issues, coverage, duplication, and security hotspots.
    • Overall code broken down by security, reliability, maintainability, accepted issues, coverage, duplication, and security hotspots.
  • Distribution of issues in new code showing open issues and breakdown by severity, based on security, reliability, maintainability.
  • Distribution of issues in overall code showing open issues and breakdown by severity, based on security, reliability, maintainability.
  • Quality gate and quality profiles information.
  • Files lists all relevant files included in the ZIP file.
  • Definitions lists all the definitions of terms related to the report.

The PDF regulatory report is generated with metrics from software qualities (security, reliability, maintainability). Some CSV files may contain metrics from both software qualities and rule types (vulnerabilities, bugs and code smells) and they are marked accordingly.


Was this page helpful?

© 2008-2025 SonarSource SA. All rights reserved.

Creative Commons License