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 ofcli
script file to runoutput
: Location ofcli
output file
Example
<ounceCli
dir="${installDir}"
script="${scripts}/cli_script.txt"
output="log.txt"/>