Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d34529d7
Commit
d34529d7
authored
Aug 12, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable DAST site profiles FF by default
parent
973c6177
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/controllers/projects/on_demand_scans_controller.rb
ee/app/controllers/projects/on_demand_scans_controller.rb
+1
-1
ee/config/feature_flags/development/security_on_demand_scans_site_profiles_feature_flag.yml
...t/security_on_demand_scans_site_profiles_feature_flag.yml
+1
-1
No files found.
ee/app/controllers/projects/on_demand_scans_controller.rb
View file @
d34529d7
...
...
@@ -4,7 +4,7 @@ module Projects
class
OnDemandScansController
<
Projects
::
ApplicationController
before_action
do
authorize_read_on_demand_scans!
push_frontend_feature_flag
(
:security_on_demand_scans_site_profiles_feature_flag
,
project
)
push_frontend_feature_flag
(
:security_on_demand_scans_site_profiles_feature_flag
,
project
,
default_enabled:
true
)
end
def
index
...
...
ee/config/feature_flags/development/security_on_demand_scans_site_profiles_feature_flag.yml
View file @
d34529d7
...
...
@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38412
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/233110
group
:
group::dynamic analysis
type
:
development
default_enabled
:
fals
e
default_enabled
:
tru
e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment