Commit 4ea6d537 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch '215581-improve-ds-offline-docs' into 'master'

Clarify docs for running DS offline

See merge request gitlab-org/gitlab!31291
parents 4b14306a f1e87523
...@@ -470,21 +470,15 @@ include: ...@@ -470,21 +470,15 @@ include:
variables: variables:
DS_ANALYZER_IMAGE_PREFIX: "docker-registry.example.com/analyzers" DS_ANALYZER_IMAGE_PREFIX: "docker-registry.example.com/analyzers"
GEMNASIUM_DB_REMOTE_URL: "gitlab.example.com/gemnasium-db.git"
GIT_SSL_NO_VERIFY: "true"
``` ```
See explanations of the variables above in the [configuration section](#configuration). See explanations of the variables above in the [configuration section](#configuration).
### Specific settings for languages and package managers ### Specific settings for languages and package managers
For every language and package manager, add the following to the variables section of See the following sections for configuring specific languages and package managers.
`.gitlab-ci.yml`:
```yaml
GEMNASIUM_DB_REMOTE_URL: "gitlab.example.com/gemnasium-db.git"
GIT_SSL_NO_VERIFY: "true"
```
See the following sections for additional instructions on specific languages and package managers.
#### JavaScript (npm and yarn) projects #### JavaScript (npm and yarn) projects
......
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