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 directory
  • script: Location of cli script file to run
  • output: Location of cli output file

Example

<ounceCli
dir="${installDir}"
	script="${scripts}/cli_script.txt"
	output="log.txt"/>