Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.07 KB

CircleCI.md

File metadata and controls

29 lines (19 loc) · 1.07 KB

How to Integrate SOOS DAST with your CircleCI CI

SOOS CircleCI
Set up a CircleCI pipeline project and scan an endpoint with SOOS DAST via the SOOS CircleCI DAST Orb.

Prerequisites

  • You need to have a SOOS account with DAST scanning enabled.

Steps

Repository Setup

  • Create a directory called .circleci in the root directory of your local GitHub or Bitbucket code repository.
  • Create a config.yml file inside the .circleci directory with the following lines (if you are using CircleCI server v2.x, use version: 2.0 configuration):

Get the Example

Run It

  • Execute the pipeline

Reference