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
62d9d9b6
Commit
62d9d9b6
authored
Jul 21, 2020
by
Russell Dickenson
Committed by
Nick Gaskill
Jul 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Security prefix for clarity
parent
3625ab69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+11
-11
No files found.
doc/user/compliance/license_compliance/index.md
View file @
62d9d9b6
...
...
@@ -114,7 +114,7 @@ Add the following to your `.gitlab-ci.yml` file:
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
```
The included template will create a
`license_scanning`
job in your CI/CD pipeline
...
...
@@ -175,7 +175,7 @@ For example:
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
variables
:
LICENSE_MANAGEMENT_SETUP_CMD
:
sh my-custom-install-script.sh
...
...
@@ -196,7 +196,7 @@ after the template inclusion and specify any additional keys under it. For examp
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
variables
:
...
...
@@ -211,7 +211,7 @@ Feel free to use it for the customization of Maven execution. For example:
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
variables
:
...
...
@@ -239,7 +239,7 @@ or internally trusted certificate. For example:
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
variables
:
...
...
@@ -262,7 +262,7 @@ by setting the `LM_PYTHON_VERSION` environment variable to `2`.
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
variables
:
...
...
@@ -282,7 +282,7 @@ to inject a custom [`pip.conf`](https://pip.pypa.io/en/stable/user_guide/#config
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
variables
:
...
...
@@ -503,7 +503,7 @@ environment variable. For example:
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
variables
:
...
...
@@ -560,7 +560,7 @@ Should be changed to:
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
artifacts
:
...
...
@@ -625,7 +625,7 @@ the License Compliance Docker image hosted on your local Docker container regist
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
image
:
...
...
@@ -742,7 +742,7 @@ project's `.gitlab-ci.yml` file.
```
yaml
include
:
-
template
:
License-Scanning.gitlab-ci.yml
-
template
:
Security/
License-Scanning.gitlab-ci.yml
license_scanning
:
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