Commit e52073c3 authored by Olivier Gonzalez's avatar Olivier Gonzalez

Enable store security reports by default

parent 5877353d
......@@ -216,7 +216,7 @@ module EE
end
def store_security_reports_available?
::Feature.enabled?(:store_security_reports, self) && (
::Feature.enabled?(:store_security_reports, self, default_enabled: true) && (
feature_available?(:sast) ||
feature_available?(:dependency_scanning) ||
feature_available?(:sast_container) ||
......
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