In this book, we have discussed, in detail, DevOps culture as well as the DevOps tools that will facilitate communication and collaboration between developers and operational people (IT Ops).
However, in this union, we have noticed that a very important aspect is often missing, which is security. Indeed, CI/CD pipelines and Infrastructure as Code (IaC) allow faster deployment of infrastructure and applications, but the problem is that to deploy faster, we do not include security teams, which causes the following:
- Security teams block or slow down deployments and therefore lead to longer deployment cycles.
- Security problems are detected very late in the infrastructure and in applications.
This is why, for some time now, security has been included in the DevOps culture by becoming a DevSecOps culture more broadly. There is nothing...