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
7fb446b6
Commit
7fb446b6
authored
May 16, 2020
by
Igor Frenkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove offline instructions for pip and pipenv
parent
5c94a189
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+0
-20
No files found.
doc/user/application_security/dependency_scanning/index.md
View file @
7fb446b6
...
@@ -540,26 +540,6 @@ gemnasium-maven-dependency_scanning:
...
@@ -540,26 +540,6 @@ gemnasium-maven-dependency_scanning:
This adds the self-signed certificates of your Maven repository to the Java KeyStore of the analyzer's Docker image.
This adds the self-signed certificates of your Maven repository to the Java KeyStore of the analyzer's Docker image.
#### Python (pip) and Python (Pipfile) projects
Add the following
`pip.conf`
to your repository to define your index URL and trust its self-signed
certificate:
```
toml
[global]
index-url
=
https://pypi.example.com
trusted-host
=
pypi.example.com
```
Add the following job section to
`.gitlab-ci.yml`
:
```
yaml
gemnasium-python-dependency_scanning
:
before_script
:
-
mkdir -p ~/.config/pip
-
cp pip.conf ~/.config/pip/pip.conf
```
#### Python (setuptools)
#### Python (setuptools)
When using self-signed certificates for your private PyPi repository, no extra job configuration (aside
When using self-signed certificates for your private PyPi repository, no extra job configuration (aside
...
...
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