summaryrefslogtreecommitdiff
path: root/doc/user/application_security/license_compliance/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-05 15:08:48 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-05 15:08:48 +0000
commiteabf8fd774fef6a54903e5141138f47bdafeb331 (patch)
treec74ff99fa6765cbe091767e9827374ce44b0df50 /doc/user/application_security/license_compliance/index.md
parent20d564f1064622ef0623434372ac3ceb03173331 (diff)
downloadgitlab-ce-eabf8fd774fef6a54903e5141138f47bdafeb331.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/application_security/license_compliance/index.md')
-rw-r--r--doc/user/application_security/license_compliance/index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/user/application_security/license_compliance/index.md b/doc/user/application_security/license_compliance/index.md
index 95eec0db7fa..f70c654413e 100644
--- a/doc/user/application_security/license_compliance/index.md
+++ b/doc/user/application_security/license_compliance/index.md
@@ -88,7 +88,7 @@ Add the following to your `.gitlab-ci.yml` file:
```yaml
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
@@ -141,7 +141,7 @@ For example:
```yaml
include:
- template: License-Scanning.gitlab-ci.yml
+ - template: License-Scanning.gitlab-ci.yml
variables:
LICENSE_MANAGEMENT_SETUP_CMD: sh my-custom-install-script.sh
@@ -158,7 +158,7 @@ after the template inclusion and specify any additional keys under it. For examp
```yaml
include:
- template: License-Scanning.gitlab-ci.yml
+ - template: License-Scanning.gitlab-ci.yml
license_scanning:
variables:
@@ -173,7 +173,7 @@ Feel free to use it for the customization of Maven execution. For example:
```yaml
include:
- template: License-Scanning.gitlab-ci.yml
+ - template: License-Scanning.gitlab-ci.yml
license_scanning:
variables:
@@ -201,7 +201,7 @@ by setting the `LM_PYTHON_VERSION` environment variable to `2`.
```yaml
include:
- template: License-Scanning.gitlab-ci.yml
+ - template: License-Scanning.gitlab-ci.yml
license_scanning:
variables:
@@ -223,7 +223,7 @@ For example, the following `.gitlab-ci.yml`:
```yaml
include:
- template: License-Management.gitlab-ci.yml
+ - template: License-Management.gitlab-ci.yml
license_management:
artifacts:
@@ -235,7 +235,7 @@ Should be changed to:
```yaml
include:
- template: License-Scanning.gitlab-ci.yml
+ - template: License-Scanning.gitlab-ci.yml
license_scanning:
artifacts: