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
7b010d0f
Commit
7b010d0f
authored
Jul 20, 2020
by
ngaskill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing duplicate license scanning note
parent
c74d9985
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+4
-9
No files found.
doc/user/compliance/license_compliance/index.md
View file @
7b010d0f
...
@@ -106,10 +106,6 @@ For older versions of GitLab from 11.9 to 12.7, you must
...
@@ -106,10 +106,6 @@ For older versions of GitLab from 11.9 to 12.7, you must
For GitLab versions earlier than 11.9, you can copy and use the job as defined
For GitLab versions earlier than 11.9, you can copy and use the job as defined
that template.
that template.
NOTE:
**Note:**
GitLab 13.0 removes the
`License-Management.gitlab-ci.yml`
template.
Use
`License-Scanning.gitlab-ci.yml`
instead.
Add the following to your
`.gitlab-ci.yml`
file:
Add the following to your
`.gitlab-ci.yml`
file:
```
yaml
```
yaml
...
@@ -117,13 +113,12 @@ include:
...
@@ -117,13 +113,12 @@ include:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
License-Scanning.gitlab-ci.yml
```
```
The included template
will create a
`license_scanning`
job in your CI/CD pipeline
The included template
creates a
`license_scanning`
job in your CI/CD pipeline and scans your
and scan your
dependencies to find their licenses.
dependencies to find their licenses.
NOTE:
**Note:**
NOTE:
**Note:**
Before GitLab 12.8, the
`license_scanning`
job was named
`license_management`
.
Before GitLab 12.8, the
`license_scanning`
job was named
`license_management`
. GitLab 13.0 removes
GitLab 13.0 removes the
`license_management`
job,
the
`license_management`
job, so you must migrate to the
`license_scanning`
job and use the new
so you're advised to migrate to the
`license_scanning`
job and used the new
`License-Scanning.gitlab-ci.yml`
template.
`License-Scanning.gitlab-ci.yml`
template.
The results will be saved as a
The results will be saved as a
...
...
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