From the course: Learning Static Code Analysis

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Static code analysis on Azure DevOps

Static code analysis on Azure DevOps

There are many CI/CD tools out there on the market, but I wanted to show how to add security scanning on one tool so you can follow along with me during the working session in demos. I'll be showing how to implement static code analysis on the Azure DevOps services tool. This tool has a lot of capabilities for your entire development process, but don't worry if you prefer to use another tool or if your organization has another standard. The principle of the information in the demos can still be applied to your tooling of choice. I chose to show the Azure DevOps tool because of its great user interface and full capabilities for CI/CD processes, including project management, building and releasing code, testing services, and more. I always utilize the Azure Boards capability for project organization and tasks. Instead of lots of to-do notes, you can easily keep track of what you need to accomplish in a certain sprint, track your status, and link a certain task to your specific code…

Contents