Generating a Legacy Analysis Report

Use the ReportGenerator command-line tool to generate legacy reports. The legacy reports include user-configurable report templates. The basic command-line syntax to generate a legacy analysis report is:

ReportGenerator -source <audited_proj>.fpr -format <format> -f <report_file_name>

The following is an example of how to generate a PDF report using the Fortify Scan Summary template and additional options:

ReportGenerator -source auditedProj.fpr -format pdf -template ScanReport.xml -showSuppressed -user Alex -f MyFortifyReport.pdf