Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Microsoft Security DevOps
Microsoft Security DevOps

Microsoft Security DevOps

Microsoft

microsoft.com
|
15,722 installs
| (5) | Preview
Build tasks for performing security analysis.
Get it free

Microsoft Security DevOps for Azure DevOps

An extension for Azure DevOps that contributes a build task to run the Microsoft Security DevOps CLI.

  • Installs the Microsoft Security DevOps CLI
  • Installs the latest Microsoft security policy
  • Installs the latest Microsoft and 3rd party security tools
  • Automatic or user-provided configuration of security tools
  • Execution of a full suite of security tools
  • Normalized processing of results into the SARIF format
  • Build breaks and more
  • Captures the container images pushed in a build run

Basic

Add the MicrosoftSecurityDevOps build task to your pipeline's yaml:

steps:
- task: MicrosoftSecurityDevOps@1

The publish input option is defaulted to true. If true, this will publish a SARIF formatted results file as a build artifact to CodeAnalysisLogs/msdo.sarif.

View Results

To better view the results of the scan, outside of the console output and results file, the SARIF SAST Scans Tab Azure DevOps extension can be installed in parallel. It will look for *.sarif files in the CodeAnalysisLogs build artifact directory and display them as source annotations.

More Information

  • Microsoft Security DevOps Azure DevOps Extension
  • Microsoft Security DevOps GitHub Action
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft