Welcome to mirror list, hosted at ThFree Co, Russian Federation.

15-9-license-compliance-ci-template.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b2ab1cbe9049abe9d32831f6a00c0464bb537de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- title: "License Compliance CI Template"
  announcement_milestone: "15.9"
  removal_milestone: "16.3"
  breaking_change: true
  reporter: sam.white
  stage: secure
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/387561
  body: |
    **Update:** We previously announced we would remove the existing License Compliance CI template in GitLab 16.0. However, due to performance issues with the [license scanning of CycloneDX files](https://docs.gitlab.com/ee/user/compliance/license_scanning_of_cyclonedx_files/) we will do this change in 16.3 instead.

    The GitLab [License Compliance](https://docs.gitlab.com/ee/user/compliance/license_compliance/) CI template is now deprecated and is scheduled for removal in the GitLab 16.1 release. Users who wish to continue using GitLab for License Compliance should remove the License Compliance template from their CI pipeline and add the [Dependency Scanning template](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#configuration). 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. The License Compliance CI template should not be removed prior to verifying that the `license_scanning_sbom_scanner` and `package_metadata_synchronization` flags are enabled for the instance and that the instance has been upgraded to a version that supports [the new method of license scanning](https://docs.gitlab.com/ee/user/compliance/license_scanning_of_cyclonedx_files/).

    | CI Pipeline Includes | GitLab <= 15.8 | 15.9 <= GitLab < 16.3 | GitLab >= 16.3 |
    | ------------- | ------------- | ------------- | ------------- |
    | Both DS and LS templates | License data from LS job is used | License data from LS job is used | License data from DS job is used |
    | DS template is included but LS template is not | No license data | License data from DS job is used | License data from DS job is used |
    | LS template is included but DS template is not | License data from LS job is used | License data from LS job is used | No license data |