Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.12 KB

AzureDevOps.md

File metadata and controls

35 lines (24 loc) · 1.12 KB

How to Integrate SOOS DAST with your Azure DevOps CI Pipeline

SOOS Azure
Set up an Azure DevOps pipeline project and scan an endpoint with SOOS DAST.

Prerequisites

  • You need to have a SOOS account with DAST scanning enabled.
  • Add the SOOS Security Analysis task to your organization in Azure DevOps.
  • The pipeline job must run the task on a Linux build agent.

Steps

Use a Linux Build Agent

Your pipeline stage must use a Linux build agent:

  pool:
    vmImage: 'ubuntu-latest'

Get the Example

Run It

  • Execute the pipeline

Reference