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
2165c197
Commit
2165c197
authored
Oct 07, 2020
by
mo khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the path of license-management to license-finder
parent
00567127
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/topics/autodevops/stages.md
doc/topics/autodevops/stages.md
+1
-1
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+2
-2
lib/gitlab/ci/templates/Security/License-Scanning.gitlab-ci.yml
...tlab/ci/templates/Security/License-Scanning.gitlab-ci.yml
+1
-1
No files found.
doc/topics/autodevops/stages.md
View file @
2165c197
...
...
@@ -195,7 +195,7 @@ see the documentation.
> Introduced in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.0.
License Compliance uses the
[
License Compliance Docker image
](
https://gitlab.com/gitlab-org/security-products/
license-management
)
[
License Compliance Docker image
](
https://gitlab.com/gitlab-org/security-products/
analyzers/license-finder
)
to search the project dependencies for their license. The Auto License Compliance stage
is skipped on licenses other than
[
Ultimate
](
https://about.gitlab.com/pricing/
)
.
...
...
doc/user/compliance/license_compliance/index.md
View file @
2165c197
...
...
@@ -121,7 +121,7 @@ The results will be saved as a
[
License Compliance report artifact
](
../../../ci/pipelines/job_artifacts.md#artifactsreportslicense_scanning
)
that you can later download and analyze. Due to implementation limitations, we
always take the latest License Compliance artifact available. Behind the scenes, the
[
GitLab License Compliance Docker image
](
https://gitlab.com/gitlab-org/security-products/
license-management
)
[
GitLab License Compliance Docker image
](
https://gitlab.com/gitlab-org/security-products/
analyzers/license-finder
)
is used to detect the languages/frameworks and in turn analyzes the licenses.
The License Compliance settings can be changed through
[
environment variables
](
#available-variables
)
by using the
...
...
@@ -634,7 +634,7 @@ import the following default License Compliance analyzer images from `registry.g
offline
[
local Docker container registry
](
../../packages/container_registry/index.md
)
:
```
plaintext
registry.gitlab.com/gitlab-org/security-products/
license-management
:latest
registry.gitlab.com/gitlab-org/security-products/
analyzers/license-finder
:latest
```
The process for importing Docker images into a local offline Docker registry depends on
...
...
lib/gitlab/ci/templates/Security/License-Scanning.gitlab-ci.yml
View file @
2165c197
# Read more about this feature here: https://docs.gitlab.com/ee/user/application_security/license_compliance/
#
# Configure the scanning tool through the environment variables.
# List of the variables: https://gitlab.com/gitlab-org/security-products/
license-management
#settings
# List of the variables: https://gitlab.com/gitlab-org/security-products/
analyzers/license-finder
#settings
# How to set: https://docs.gitlab.com/ee/ci/yaml/#variables
variables
:
...
...
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