Adopting a security attitude in DevOps involves implementing security practices and controls at every stage of the software delivery pipeline from coding through testing and deployment. This includes performing security checks and tests during coding like using secure coding practices and static analysis tools, during building like reviewing dependencies and analyzing for vulnerabilities, and during testing and deployment through security testing techniques like penetration testing and configuration reviews. The goal is to shift security left and provide rapid security feedback throughout the development and delivery process.