Commit 4f4e3e26 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière

Merge branch 'disable_parse_container_scanning_reports_by_default' into 'master'

Disable parsing Container Scanning reports by default

See merge request gitlab-org/gitlab-ee!9208
parents edfa8639 7cf08a6e
......@@ -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