Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 609 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 609 Bytes

Description

ZAP Security scan library. This library consists of methods that expose the ZAP JAVA API

Prerequisites

  • Maven

Building

Local Deployment

Use the following command mvn clean install

Remote Deployment

Use the following command mvn clean deploy

To instantiate use the following

ScannerMethods xx = new ScannerMethods();

Installation

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>