diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-15 13:10:47 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-15 13:10:47 +0000 |
commit | 29662cdce3b7a4728ecd98c8e31c99d97473e483 (patch) | |
tree | cda292d2ef274db3bac4521442e2e06ff9b25012 | |
parent | 0e8af2525f16d871510c24e6e15f1bc80f133edd (diff) | |
parent | b544c921fc3d91c6bad7df75d4918ed70e9a0ddd (diff) | |
download | gitlab-ce-29662cdce3b7a4728ecd98c8e31c99d97473e483.tar.gz |
Merge branch 'caneldem-dependency-scanning-docs' into 'master'
Update dependency scanning to add new variable
See merge request gitlab-org/gitlab-ce!30528
-rw-r--r-- | doc/user/application_security/dependency_scanning/index.md | 1 |
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 cb755131171..0dd0fd3f136 100644 --- a/doc/user/application_security/dependency_scanning/index.md +++ b/doc/user/application_security/dependency_scanning/index.md @@ -141,6 +141,7 @@ using environment variables. | `DS_ANALYZER_IMAGES` | Comma separated list of custom images. The official default images are still enabled. Read more about [customizing analyzers](analyzers.md). | | `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_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). | |