This document discusses how to integrate application security practices into continuous integration (CI) workflows to make security testing and analysis easier to manage. It recommends combining CI with automated security testing and static code analysis. Integrating these tools into CI helps minimize the effort required for secure development practices while still gaining their benefits. The document provides examples of open source and commercial tools that can be used for CI servers, source control, issue tracking, unit testing, security testing, and static code analysis. It also discusses considerations for tool selection and how to structure multiple CI jobs.