This document provides an overview of using the OWASP ZAP security tool for security testing in CI/CD pipelines. It discusses using ZAP's baseline scan to find vulnerabilities early in an automated way. The baseline scan runs a limited spider and passive scan in a configurable yet safe manner. The document also covers installing and using ZAP, exploring sites with spiders, performing full active scans, generating reports, and tuning ZAP for speed and to provide feedback. Integrating ZAP into CI/CD allows finding security issues early and putting security testing into the development workflow.