December 2017
Intermediate to advanced
364 pages
7h 30m
English
OWASP ZAP working in tandem with Jenkins is a fairly well-known setup. We already know how to set up Jenkins. We can install the official ZAP Jenkins plugin using our playbook.
Once the playbook is ready, a bit of manual configuration is required. We start after our playbook has installed Jenkins and restarted the server so that the plugin is available for our build jobs.
Let's create a new build job and call it ZAP-Jenkins, as shown in the following screenshot:

This will be a freestyle project for us. Now we will add the magic of ZAP to this:
We are following the instructions as given on the Jenkins ...
Read now
Unlock full access