ZAP Security scan library. This library consists of methods that expose the ZAP JAVA API
- Maven
Use the following command mvn clean install
Use the following command mvn clean deploy
ScannerMethods xx = new ScannerMethods();
Add the following Maven dependency to your project's pom.xml
file:
<dependency>
<groupId>org.dvsa.testing.lib</groupId>
<artifactId>zap-scanner-suite</artifactId>
<version>LATEST</version>
</dependency>