Commit 442d569b authored by Mark Florian's avatar Mark Florian Committed by Stan Hu

Enable dependency_list_vulnerabilities by default

This enables the `dependency_list_vulnerabilities` feature flag by
default, as part of the feature[1] to add dependency scanning results to
the Dependency List.

[1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077

Add changelog entry
parent a057bd36
......@@ -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