Skip to main content

Exporting Code Reviews's results?

Written by David Martin

Exporting Code Reviews' results

Code Reviews lets you export and download the results of your code reviews in several formats. This includes all detected issues, false positives, and anything you've marked as ignored, so you've got a complete record of your code quality. Its important to note that there are some limitations to eport


What's included in the export

The export gives you a breakdown of:

  • All detected issues

  • Issues marked as false positives

  • Issues that have been ignored

How to export your results

  1. Sign in to your Code Reviews account.

  2. Go to the Project details page for the project you want to export.

  3. Open the Branch details page for the branch you're interested in.

  4. Click Export latest code review.

Supported export formats

Code Reviews supports these industry-standard export formats:

  • CSV (Comma Separated Values): best for spreadsheet analysis and custom reporting.

  • SARIF (Static Analysis Results Interchange Format): a standard format for static analysis results, widely used to integrate with security tools and platforms.

  • ThreadFix™: for aggregating and managing application security vulnerabilities.

  • PDF: for sharing or printing reports.



Trial limitation

Exporting results isn't available on a Code Reviews trial. If you need to export results during your trial, get in touch with your Gearset contact and we can help.

Did this answer your question?