Commit 7931ee16 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch 'threat-insights-error-budget-take2' into 'master'

Fix for do not count broken security reports as errors

See merge request gitlab-org/gitlab!68512
parents 03c79ab0 efe3bcd3
......@@ -13,7 +13,7 @@ module Security
def execute
build.unmerged_security_reports.reports.each { |report_type, report| track_scan_event(report_type, report) }
rescue SecurityReportParserError
rescue Gitlab::Ci::Parsers::Security::Common::SecurityReportParserError
nil
end
......
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