Build integration
The ounceCli task allows access to the AppScan® Source command line interface
(CLI) to
scan during a build. The ounceCli task can invoke cli from
Ant.
ounceCli requires the following parameters specified
as attributes:
dir: Location of the AppScan® Source installation directoryscript: Location ofcliscript file to runoutput: Location ofclioutput file
Example
<ounceCli
dir="${installDir}"
script="${scripts}/cli_script.txt"
output="log.txt"/>