From the course: Azure for DevOps: Implementing Development Processes

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Implement secure and compliant development processes

Implement secure and compliant development processes - Azure Tutorial

From the course: Azure for DevOps: Implementing Development Processes

Start my 1-month free trial

Implement secure and compliant development processes

- [Instructor] Implement secure and compliant development processes. Let's talk about some points of validation when it comes to validating our security. We want to make sure that we're doing it all the way back at the CI build. So even though you see in this image here we have security at the end, we want to focus on security before we deploy it. We want to run through our security reviews. The operations team wants to make sure all their standards are met and compliances are met, and policies have been put in place. But from the developer aspect, you want to start incorporating that into your pull request in your CI builds. You want to make sure that you're running those automated security tests right from the start. Now it doesn't mean you may do a full security scan very much like you're not going to run a full set of integration tests during a CI at least, but you are going to run your unit tests, your automated…

Contents