summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormo khan <mkhan@gitlab.com>2019-07-23 19:40:39 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-23 19:40:39 +0000
commit0a93fea3f6f32bf47b9cc2f2cf5994c99ebb831c (patch)
tree2e21762a64c404bc4a6b785e188cd8c1de81844a /doc
parentd892e80bf0161b535389c91ccb53539e4f08d790 (diff)
downloadgitlab-ce-0a93fea3f6f32bf47b9cc2f2cf5994c99ebb831c.tar.gz
Add PIP_DEPENDENCY_PATH to dependency scanning template
Diffstat (limited to 'doc')
-rw-r--r--doc/user/application_security/dependency_scanning/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md
index 09bd306363c..7473647f129 100644
--- a/doc/user/application_security/dependency_scanning/index.md
+++ b/doc/user/application_security/dependency_scanning/index.md
@@ -142,6 +142,7 @@ using environment variables.
| `DS_ANALYZER_IMAGE_PREFIX` | Override the name of the Docker registry providing the official default images (proxy). Read more about [customizing analyzers](analyzers.md). |
| `DS_ANALYZER_IMAGE_TAG` | Override the Docker tag of the official default images. Read more about [customizing analyzers](analyzers.md). |
| `DS_PYTHON_VERSION` | Version of Python. If set to 2, dependencies are installed using Python 2.7 instead of Python 3.6. ([Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/12296) in GitLab 12.1)|
+| `DS_PIP_DEPENDENCY_PATH` | Path to load Python pip dependencies from. ([Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/12412) in GitLab 12.2) |
| `DS_DEFAULT_ANALYZERS` | Override the names of the official default images. Read more about [customizing analyzers](analyzers.md). |
| `DS_DISABLE_REMOTE_CHECKS` | Do not send any data to GitLab. Used in the [Gemnasium analyzer](#remote-checks). |
| `DS_PULL_ANALYZER_IMAGES` | Pull the images from the Docker registry (set to `0` to disable). |