Commit 32935f33 authored by Savas Vedova's avatar Savas Vedova

Add default_enabled to feature flag

parent a99a9df3
......@@ -10,7 +10,7 @@ module Projects
before_action do
push_frontend_feature_flag(:scan_result_policy, project, default_enabled: :yaml)
push_frontend_feature_flag(:container_security_policy_selection, project)
push_frontend_feature_flag(:container_security_policy_selection, project, default_enabled: :yaml)
end
feature_category :security_orchestration
......
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