front matter
preface
acknowledgments
about this book
How this book is organized
Roadmap
About the code
Book forum
about the author
about the cover illustration
1 Securing DevOps
1.1 The DevOps approach
1.1.1 Continuous integration
1.1.2 Continuous delivery
1.1.3 Infrastructure as a service
1.1.4 Culture and trust
1.2 Security in DevOps
1.3 Continuous security
1.3.1 Test-driven security
1.3.2 Monitoring and responding to attacks
1.3.3 Assessing risks and maturing security
Summary
Part 1. Case study: applying layers of security to a simple DevOps pipeline
2 Building a barebones DevOps pipeline
2.1 Implementation roadmap
2.2 The code repository: GitHub
2.3 The CI platform: CircleCI
2.4 The container repository: Docker Hub