This version of the SonarQube documentation is no longer maintained. It relates to a version of SonarQube that is not active.

Regulatory reports

Starting in Enterprise Edition, you can download a regulatory report for any permanent branch of a project.

Starting in Enterprise Edition, you can download a regulatory report for any permanent branch of a project. 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.

Currently, only operational risks are logged in the list of findings: bugs, vulnerabilities, and hotspots. Code smells are excluded from the list to not generate confusion about the risks introduced by the release.

A permanent branch is one that has been set to Keep when inactive (see Maintaining project branches for details on how to adjust this setting).

To download the regulatory report of a project:

  1. In the top right corner of the project page, select Project Information.

  2. In the Regulatory Report section, select the desired branch and select the Download button. The report will be dynamically generated and downloaded, and depending on the project size, it may take a few minutes.

Last updated

Was this helpful?