Skip to content

Remove deprecated license scanning job

Tan Le requested to merge deprecate-legacy-license-compliance into main

What does this MR do and why?

The License scanning job no longer runs in CI pipeline (example). License scanning job is now included as part of Dependency scanning.

The legacy License Compliance analyzer was deprecated in GitLab 15.9 and removed in GitLab 16.3. To continue using GitLab for License Compliance, remove the License Compliance template from your CI/CD pipeline and add the Dependency Scanning template. The Dependency Scanning template is now capable of gathering the required license information so it is no longer necessary to run a separate License Compliance job

See https://docs.gitlab.com/ee/user/compliance/license_scanning_of_cyclonedx_files/ for more information

Edited by Tan Le

Merge request reports