Import Scan Results from the Veracode Platform into Visual Studio (Legacy)
You can download and import Veracode results from the Veracode Platform and view them in your IDE. You can also download and import results with the Results API.
Before you begin:
- You meet the prerequisites for Veracode Static for Visual Studio.
- You have downloaded the scan results.
- For Visual Studio 2019, you have configured a rendering option. If you do not configure this option, the scan results might not display in Visual Studio.
To complete this task:
In the Veracode Platform, from the left navigation menu, click Results.
Click Download Report and select Detailed XML Export (XML) from the dropdown menu.
Click Download. The report downloads as a ZIP file with the XML document and the associated XSD schema.
In Visual Studio, select Veracode Static > View Results.
Click Browse. Then, select the XML results file to open.
Click Open.
The scan results open in the Results window. In the Results window you can perform these tasks to review the results while working in your development project:
- Filter or search for discovered flaws.
- Double-click a flaw to open the source file, if the solution is open, and place your cursor on the line that contains the flaw.
- Right-click a flaw and select to view the related call stacks, mitigations, and other details.
Next steps: