Consolidate unknown license feature flags
What does this MR do and why?
Consolidate unknown license feature flags
sbom_ingest_unknown_licenses_with_count operates on a project actor
while filter_unknown_licenses_by_spdx_identifier operates on a group
actor. However, the values of these feature flags need to be aligned. In
order to ensure alignment remove
sbom_ingest_unknown_licenses_with_count and replcate it with
filter_unknown_licenses_by_spdx_identifier. Change all usages of
filter_unknown_licenses_by_spdx_identifier to operate on the
root_namespace.
Changelog: changed EE: true
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Brian Williams