- You need to have a SOOS account with DAST scanning enabled.
- Navigate to the AWS CodeBuild DAST integration page on the SOOS App, copy the example, and modify it.
- Navigate to your project and select "Environment" from the "Edit" menu.
- In the main section complete the following inputs:
- Environment Image: Custom Image
- Environment Type: Linux
- Image registry: Amazon ECR
- Amazon ECR repository URI:
public.ecr.aws/soosio/soos-dast:latest
- Amazon ECR image tag: latest
- Role Name: Use existing or create new role name
- Return to the "Edit" menu and select "BuildSpec" > "Insert build commands". Add the script provided in the AWS integration page in the SOOS App. Edit the individual arguments (e.g. the scan mode and the target URL) as needed, and then click the "Update BuildSpec" button.
- Execute the pipeline
- To see the full list of available parameters go to SOOS DAST Scan Parameters