Commit 62d9d9b6 authored by Russell Dickenson's avatar Russell Dickenson Committed by Nick Gaskill

Added Security prefix for clarity

parent 3625ab69
...@@ -114,7 +114,7 @@ Add the following to your `.gitlab-ci.yml` file: ...@@ -114,7 +114,7 @@ Add the following to your `.gitlab-ci.yml` file:
```yaml ```yaml
include: 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 The included template will create a `license_scanning` job in your CI/CD pipeline
...@@ -175,7 +175,7 @@ For example: ...@@ -175,7 +175,7 @@ For example:
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
variables: variables:
LICENSE_MANAGEMENT_SETUP_CMD: sh my-custom-install-script.sh 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 ...@@ -196,7 +196,7 @@ after the template inclusion and specify any additional keys under it. For examp
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
variables: variables:
...@@ -211,7 +211,7 @@ Feel free to use it for the customization of Maven execution. For example: ...@@ -211,7 +211,7 @@ Feel free to use it for the customization of Maven execution. For example:
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
variables: variables:
...@@ -239,7 +239,7 @@ or internally trusted certificate. For example: ...@@ -239,7 +239,7 @@ or internally trusted certificate. For example:
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
variables: variables:
...@@ -262,7 +262,7 @@ by setting the `LM_PYTHON_VERSION` environment variable to `2`. ...@@ -262,7 +262,7 @@ by setting the `LM_PYTHON_VERSION` environment variable to `2`.
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
variables: variables:
...@@ -282,7 +282,7 @@ to inject a custom [`pip.conf`](https://pip.pypa.io/en/stable/user_guide/#config ...@@ -282,7 +282,7 @@ to inject a custom [`pip.conf`](https://pip.pypa.io/en/stable/user_guide/#config
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
variables: variables:
...@@ -503,7 +503,7 @@ environment variable. For example: ...@@ -503,7 +503,7 @@ environment variable. For example:
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
variables: variables:
...@@ -560,7 +560,7 @@ Should be changed to: ...@@ -560,7 +560,7 @@ Should be changed to:
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
artifacts: artifacts:
...@@ -625,7 +625,7 @@ the License Compliance Docker image hosted on your local Docker container regist ...@@ -625,7 +625,7 @@ the License Compliance Docker image hosted on your local Docker container regist
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
image: image:
...@@ -742,7 +742,7 @@ project's `.gitlab-ci.yml` file. ...@@ -742,7 +742,7 @@ project's `.gitlab-ci.yml` file.
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: Security/License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
variables: variables:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment