Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 566 Bytes

veracodeDetailedReportCSV.adoc

File metadata and controls

22 lines (13 loc) · 566 Bytes

veracodeDetailedReportCSV

Get the Veracode Scan Report in CSV format based on the given 'build_id'.

It will produce several reports:

Flaws Detailed Report CSV

All flaws are listed in this report.

Open Flaws Detailed Report CSV

Flaws that have not been Fixed or Mitigated. Includes any other Open and New flaw.

Software Composition Analysis CSV

A CSV version of the Software Composition Analysis report.

Usage

gradle veracodeDetailedReport -P build_id=xxx

Properties

build_id

The Veracode build_id that is being targeted.