Commit 41a97b2a authored by Igor Frenkel's avatar Igor Frenkel

Update offline scanning documentation

parent e43b4c4e
...@@ -491,6 +491,7 @@ For every language and package manager, add the following to the variables secti ...@@ -491,6 +491,7 @@ For every language and package manager, add the following to the variables secti
```yaml ```yaml
GEMNASIUM_DB_REMOTE_URL: "gitlab.example.com/gemnasium-db.git" 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. See the following sections for additional instructions on specific languages and package managers.
...@@ -520,7 +521,7 @@ When using self-signed certificates, add the following job section to the `.gitl ...@@ -520,7 +521,7 @@ When using self-signed certificates, add the following job section to the `.gitl
```yaml ```yaml
gemnasium-maven-dependency_scanning: gemnasium-maven-dependency_scanning:
variables: variables:
MAVEN_CLI_OPTS: "-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true" MAVEN_CLI_OPTS: "-s settings.xml -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true"
``` ```
#### Java (Gradle) projects #### Java (Gradle) 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