Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3d875872
Commit
3d875872
authored
Oct 23, 2021
by
Niklas van Schrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update user/compliance/license_compliance/index.md
Remove tier from version history
parent
ac898833
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+7
-7
No files found.
doc/user/compliance/license_compliance/index.md
View file @
3d875872
...
@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
...
@@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# License Compliance **(ULTIMATE)**
# License Compliance **(ULTIMATE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5483) in
[GitLab Ultimate](https://about.gitlab.com/pricing/)
11.0.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5483) in
GitLab
11.0.
If you're using
[
GitLab CI/CD
](
../../../ci/index.md
)
, you can use License Compliance to search your
If you're using
[
GitLab CI/CD
](
../../../ci/index.md
)
, you can use License Compliance to search your
project's dependencies for their licenses. You can then decide whether to allow or deny the use of
project's dependencies for their licenses. You can then decide whether to allow or deny the use of
...
@@ -162,7 +162,7 @@ License Compliance can be configured using CI/CD variables.
...
@@ -162,7 +162,7 @@ License Compliance can be configured using CI/CD variables.
### Installing custom dependencies
### Installing custom dependencies
> Introduced in
[GitLab Ultimate](https://about.gitlab.com/pricing/)
11.4.
> Introduced in
GitLab
11.4.
The
`license_finder`
image already embeds many auto-detection scripts, languages,
The
`license_finder`
image already embeds many auto-detection scripts, languages,
and packages. Nevertheless, it's almost impossible to cover all cases for all projects.
and packages. Nevertheless, it's almost impossible to cover all cases for all projects.
...
@@ -262,7 +262,7 @@ License Compliance uses Java 8 by default. You can specify a different Java vers
...
@@ -262,7 +262,7 @@ License Compliance uses Java 8 by default. You can specify a different Java vers
### Selecting the version of Python
### Selecting the version of Python
> - [Introduced](https://gitlab.com/gitlab-org/security-products/license-management/-/merge_requests/36) in
[GitLab Ultimate](https://about.gitlab.com/pricing/)
12.0.
> - [Introduced](https://gitlab.com/gitlab-org/security-products/license-management/-/merge_requests/36) in
GitLab
12.0.
> - In [GitLab 12.2](https://gitlab.com/gitlab-org/gitlab/-/issues/12032), Python 3.5 became the default.
> - In [GitLab 12.2](https://gitlab.com/gitlab-org/gitlab/-/issues/12032), Python 3.5 became the default.
> - In [GitLab 12.7](https://gitlab.com/gitlab-org/security-products/license-management/-/merge_requests/101), Python 3.8 became the default.
> - In [GitLab 12.7](https://gitlab.com/gitlab-org/security-products/license-management/-/merge_requests/101), Python 3.8 became the default.
...
@@ -695,7 +695,7 @@ Additional configuration may be needed for connecting to private registries for:
...
@@ -695,7 +695,7 @@ Additional configuration may be needed for connecting to private registries for:
### SPDX license list name matching
### SPDX license list name matching
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/212388) in
[GitLab Ultimate](https://about.gitlab.com/pricing/)
13.3.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/212388) in
GitLab
13.3.
Prior to GitLab 13.3, offline environments required an exact name match for
[
project policies
](
#policies
)
.
Prior to GitLab 13.3, offline environments required an exact name match for
[
project policies
](
#policies
)
.
In GitLab 13.3 and later, GitLab matches the name of
[
project policies
](
#policies
)
In GitLab 13.3 and later, GitLab matches the name of
[
project policies
](
#policies
)
...
@@ -705,7 +705,7 @@ instance's administrator can manually update it with a [Rake task](../../../rake
...
@@ -705,7 +705,7 @@ instance's administrator can manually update it with a [Rake task](../../../rake
## License list
## License list
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/13582) in
[GitLab Ultimate](https://about.gitlab.com/pricing/)
12.7.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/13582) in
GitLab
12.7.
The License list allows you to see your project's licenses and key
The License list allows you to see your project's licenses and key
details about them.
details about them.
...
@@ -729,7 +729,7 @@ The licenses are displayed, where:
...
@@ -729,7 +729,7 @@ The licenses are displayed, where:
## Policies
## Policies
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22465) in
[GitLab Ultimate](https://about.gitlab.com/pricing/)
12.9.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22465) in
GitLab
12.9.
Policies allow you to specify licenses that are
`allowed`
or
`denied`
in a project. If a
`denied`
Policies allow you to specify licenses that are
`allowed`
or
`denied`
in a project. If a
`denied`
license is newly committed it blocks the merge request and instructs the developer to remove it.
license is newly committed it blocks the merge request and instructs the developer to remove it.
...
@@ -752,7 +752,7 @@ Developers of the project can view the policies configured in a project.
...
@@ -752,7 +752,7 @@ Developers of the project can view the policies configured in a project.
## Enabling License Approvals within a project
## Enabling License Approvals within a project
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/13067) in
[GitLab Ultimate](https://about.gitlab.com/pricing/)
12.3.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/13067) in
GitLab
12.3.
Prerequisites:
Prerequisites:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment