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?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Job definition updated, if necessary -
Ensure the report version matches the equivalent schema version -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer