Skip to content

Implement Run & Delete scan actions

What does this MR do?

Related to #295247 (closed)

Implements the Run scan and Delete DAST profile actions.

Screenshots (strongly suggested)

Screen_Shot_2021-02-11_at_10.45.18_AM

How to test this?

  1. Enable the :dast_saved_scans feature flag.
echo "Feature.enable(:dast_saved_scans)" | rails c
  1. Navigate to the DAST scans management page at /:namespace/:project/-/security/configuration/dast_profiles
  2. You should be able to run a scan by clicking on the Run scan button.
  3. You should be able to delete a profile by opening the actions dropdown and clicking on Delete.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #295247 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports