# Regulatory reports

Starting in [Enterprise Edition](https://www.sonarsource.com/plans-and-pricing/enterprise/), you can download a regulatory report for any permanent branch of a project. A permanent branch is one that has been set to **Keep when inactive,** see [maintaining-the-branches-of-your-project](https://docs.sonarsource.com/sonarqube-server/2025.2/project-administration/maintaining-the-branches-of-your-project "mention") for details.

The report is a zip file containing a snapshot of the selected branch. It is comprised of a selection of .txt, .csv, and .pdf files containing:

* An overview of the selected branch of the project.
* Configuration items relevant to the project’s quality (quality profile, quality gate, and analysis exclusions).
* Lists of findings for both new and overall code on the selected branch.\
  Only operational risks - reliability and security issues (bugs and vulnerabilities) and hotspots - are logged in the list of findings. Maintainability issues (code smells) are excluded from the list.

Depending on the configuration of your SonarQube Server instance, the regulatory report is generated with metrics either from [standard-experience](https://docs.sonarsource.com/sonarqube-server/2025.2/instance-administration/analysis-functions/instance-mode/standard-experience "mention") or [mqr-mode](https://docs.sonarsource.com/sonarqube-server/2025.2/instance-administration/analysis-functions/instance-mode/mqr-mode "mention"). Some .csv files may contain metrics from both modes and they are marked accordingly.

To download the regulatory report of a project:

1. [retrieving-projects](https://docs.sonarsource.com/sonarqube-server/2025.2/user-guide/viewing-projects/retrieving-projects "mention").
2. In the top right corner of the project page, select **Project Information**.
3. In the **Regulatory Report** section, select the desired branch and click **Download**. The report will be dynamically generated and downloaded, which may take a few minutes depending on the project size.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [security-reports](https://docs.sonarsource.com/sonarqube-server/2025.2/user-guide/viewing-reports/security-reports "mention")
* [pdf-reports](https://docs.sonarsource.com/sonarqube-server/2025.2/user-guide/viewing-reports/pdf-reports "mention")
* [portfolios](https://docs.sonarsource.com/sonarqube-server/2025.2/user-guide/viewing-reports/portfolios "mention")
* [other-issues](https://docs.sonarsource.com/sonarqube-server/2025.2/server-update-and-maintenance/troubleshooting/other-issues "mention")
