Skip to content

Add scheduling options to DAST profiles

Paul Gascou-Vaillancourt requested to merge 328752-on-demand-scans-schedule into master

What does this MR do?

This adds scheduling options to the DAST on-demand scans form.

Screenshots or Screencasts (strongly suggested)

Before After
Screen_Shot_2021-09-04_at_10.43.11_AM Screen_Shot_2021-09-04_at_10.41.42_AM

How to setup and validate locally (strongly suggested)

  1. Enable the feature flag
    Feature.enable(:dast_on_demand_scans_scheduler)
  2. Visit the on-demand scans form at /:namespace/:project/-/on_demand_scans/new.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #328752 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports