Skip to content

DAST Scanner Profiles - Form MVC boilerplate

What does this MR do?

This MR lays the groundwork for implementing the DAST Scanner Profile form by creating:

  • The DastScannerProfilesController controller and a new action.
  • The required route at /:namespace/:project/-/on_demand_scans/profiles/dast_scanner_profiles/new.
  • A basic HAML view.
  • A basic Vue app.

Note this does not require a changelog entry as this is being developed behind a feature flag.

How to test this?

  • Navigate to the new page by appending its path to some project's URL:
    • /:namespace/:project/-/on_demand_scans/profiles/dast_scanner_profiles/new

Screenshots

Screen_Shot_2020-08-18_at_6.58.13_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Paul Gascou-Vaillancourt

Merge request reports