Add SR failure related events

What does this MR do?

Introduces the following events that capture an SR failure and an SBOM that failed to be enriched and thus it was ignored.

{
  "event":"collect_ds_analyzer_scan_sr_failure_metrics_from_pipeline",
  "property: "<SCAN_UUID>",
  "label": "<error_message>",
}
{
"event":"collect_ds_analyzer_scan_sr_sbom_failure_metrics_from_pipeline",
  "property: "<SCAN_UUID>",
  "label": "<warning_message>",
  "language": "<language">,
  "input_file_path": "<input_file_path>" 
}

What are the relevant issue numbers?

Create Static Reachability failure metrics (gitlab-org/gitlab#577784)

Does this MR meet the acceptance criteria?

Merge request reports

Loading