Commit 7cf08a6e authored by Olivier Gonzalez's avatar Olivier Gonzalez

Disable parsing CS reports by default

parent 24e9be42
......@@ -61,7 +61,7 @@ module EE
::Feature.disabled?(:parse_dependency_scanning_reports, default_enabled: true)
next if file_type == "container_scanning" &&
::Feature.disabled?(:parse_container_scanning_reports, default_enabled: true)
::Feature.disabled?(:parse_container_scanning_reports, default_enabled: false)
security_reports.get_report(file_type).tap do |security_report|
begin
......
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