Skip to content

DAST On-demand scans MVC - Initiate Scan - Create page - Frontend

What does this MR do?

This creates a new On-demand Scan page in projects' Security & Compliance section. In a future iteration, this page will let users run DAST scans on target URLs.

In this first iteration, we only lay the ground work for further development by creating the basic files required to spin the new page up. The page currently only displays an empty state with a link to the documentation.

Notes:

  • The documentation doesn't exist yet, there is a dedicated issue for adding it: #218686 (closed)
  • The empty state's illustration hasn't been added yet, hence the project image. Here is the issue for adding the illustration: gitlab-svgs#124 (closed)

Screenshots

image

How to test this?

  • Enable the security_on_demand_scans_feature_flag feature flag:
echo "Feature.enable(:security_on_demand_scans_feature_flag)" | spring rails c
  • Navigate to the page in some project: <group>/<project>/-/on_demand_scans

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Paul Gascou-Vaillancourt

Merge request reports