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
f229c70b
Commit
f229c70b
authored
Aug 02, 2021
by
Victor Engmark
Committed by
Katrin Leinweber
Aug 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify Poetry workaround
As per <
https://gitlab.com/gitlab-org/gitlab/-/issues/7006#note_640545230
>.
parent
061963f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
13 deletions
+5
-13
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+5
-13
No files found.
doc/user/application_security/dependency_scanning/index.md
View file @
f229c70b
...
...
@@ -636,25 +636,17 @@ include:
-
template
:
Dependency-Scanning.gitlab-ci.yml
stages
:
-
.pre
-
test
variables
:
PIP_REQUIREMENTS_FILE
:
"
requirements-converted.txt"
convert-poetry
:
stage
:
.pre
image
:
python:3-slim
script
:
gemnasium-python-dependency_scanning
:
# Work around https://gitlab.com/gitlab-org/gitlab/-/issues/7006
before_script
:
-
pip install poetry
# Or via another method: https://python-poetry.org/docs/#installation
-
poetry export --output "$PIP_REQUIREMENTS_FILE"
artifacts
:
paths
:
-
"
$PIP_REQUIREMENTS_FILE"
dependency_scanning
:
stage
:
test
dependencies
:
[
"
convert-poetry"
]
-
poetry export --output="$PIP_REQUIREMENTS_FILE"
-
rm poetry.lock pyproject.toml
```
### `Error response from daemon: error processing tar file: docker-tar: relocation error`
...
...
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