Skip to content

DAST On-Demand Scans - Use existing scanner profiles for scans implementation - Frontend

What does this MR do?

This adds the (feature-flagged) ability to select existing scanner profiles when running an on-demand DAST scan.

How to test this?

  1. Enable the feature flag:
echo "Feature.enable(:security_on_demand_scans_scanner_profiles)" | spring rails c
  1. Open the On-demand Scan form at /:namespace/:project/-/on_demand_scans.

Screenshots

Form loaded with existing scanner profiles
Screen_Shot_2020-09-04_at_10.47.22_AM
Scanner profile selected
Screen_Shot_2020-09-04_at_10.48.24_AM
Form loaded without existing scanner profiles
Screen_Shot_2020-09-04_at_10.49.30_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Paul Gascou-Vaillancourt

Merge request reports