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
Hide 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
For GitLab versions earlier than 11.9, you can copy and use the job as defined
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:
```
yaml
...
...
@@ -117,13 +113,12 @@ include:
-
template
:
License-Scanning.gitlab-ci.yml
```
The included template
will create a
`license_scanning`
job in your CI/CD pipeline
and scan your
dependencies to find their licenses.
The included template
creates a
`license_scanning`
job in your CI/CD pipeline and scans your
dependencies to find their licenses.
NOTE:
**Note:**
Before GitLab 12.8, the
`license_scanning`
job was named
`license_management`
.
GitLab 13.0 removes the
`license_management`
job,
so you're advised to migrate to the
`license_scanning`
job and used the new
Before GitLab 12.8, the
`license_scanning`
job was named
`license_management`
. GitLab 13.0 removes
the
`license_management`
job, so you must migrate to the
`license_scanning`
job and use the new
`License-Scanning.gitlab-ci.yml`
template.
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