Skip to content
Snippets Groups Projects
Commit 7931ee16 authored by Tetiana Chupryna's avatar Tetiana Chupryna :sunflower:
Browse files

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

Fix for do not count broken security reports as errors

See merge request !68512
parents 03c79ab0 efe3bcd3
No related branches found
No related tags found
1 merge request!68512Fix for do not count broken security reports as errors
Pipeline #355765076 failed
......@@ -13,7 +13,7 @@ def initialize(build)
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment