Commit d6d0adcb authored by Stan Hu's avatar Stan Hu

Merge branch '10077-enable-dependency-list-vulnerabilities-feature-flag-ee' into 'master'

Enable dependency_list_vulnerabilities by default

See merge request gitlab-org/gitlab-ee!14955
parents a057bd36 442d569b
......@@ -5,7 +5,7 @@ module Projects
before_action :check_feature_enabled!
before_action do
push_frontend_feature_flag(:dependency_list_vulnerabilities)
push_frontend_feature_flag(:dependency_list_vulnerabilities, default_enabled: true)
end
def check_feature_enabled!
......
---
title: Add Dependency Scanning information to the Dependency List.
merge_request: 14955
author:
type: added
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