Debug School

Rajanikanth Suragani
Rajanikanth Suragani

Posted on

What is DevSecOps?

DevSecops is an extension to the Devops integrating security to the development and operations. Security shouldnt be treated as a separate entity to be implemented after devops.
Security should be implemented from the beginning phase of devops. For example:

  1. Development and automation by following all the security guidelines
  2. Implement security testing along side test automation like OWASP ZAP
  3. Integrate security tools in continous integration process
  4. Continuous monitoring of systems for early identification of security threats
  5. Communication between development, operations and security teams collectively work together to deliver secure application

Top comments (0)