Enable on-demand scans scheduler

This enables the `dast_on_demand_scans_scheduler` feature flag by
default.

Changelog: added
EE: true
parent 81bfb7cd
...@@ -1014,12 +1014,15 @@ The on-demand DAST scan runs, and the project's dashboard shows the results. ...@@ -1014,12 +1014,15 @@ The on-demand DAST scan runs, and the project's dashboard shows the results.
#### Schedule an on-demand scan #### Schedule an on-demand scan
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/328749) in GitLab 14.3. [Deployed behind the `dast_on_demand_scans_scheduler` flag](../../../administration/feature_flags.md), disabled by default. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/328749) in GitLab 14.3. [Deployed behind the `dast_on_demand_scans_scheduler` flag](../../../administration/feature_flags.md), disabled by default.
> - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/328749) in GitLab 14.4.
> - [Enabled on self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/328749) in GitLab 14.4.
FLAG: FLAG:
On self-managed GitLab, by default this feature is not available. To make it available per user, On self-managed GitLab, by default this feature is available. To hide the feature, ask an
ask an administrator to [disable the `dast_on_demand_scans_scheduler` flag](../../../administration/feature_flags.md). administrator to [disable the feature flag](../../../administration/feature_flags.md) named
The feature is not ready for production use. `dast_on_demand_scans_scheduler`.
On GitLab.com, this feature is available.
To schedule a scan: To schedule a scan:
......
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/328749 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/328749
milestone: '14.1' milestone: '14.1'
type: development type: development
group: group::dynamic analysis group: group::dynamic analysis
default_enabled: false default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment