Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
41a97b2a
Commit
41a97b2a
authored
Apr 22, 2020
by
Igor Frenkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update offline scanning documentation
parent
e43b4c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+2
-1
No files found.
doc/user/application_security/dependency_scanning/index.md
View file @
41a97b2a
...
...
@@ -491,6 +491,7 @@ For every language and package manager, add the following to the variables secti
```
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.
...
...
@@ -520,7 +521,7 @@ When using self-signed certificates, add the following job section to the `.gitl
```
yaml
gemnasium-maven-dependency_scanning
:
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment