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
3274ee1e
Commit
3274ee1e
authored
Feb 17, 2021
by
Igor Frenkel
Committed by
Russell Dickenson
Feb 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document updated sbt support
parent
fe77fc98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+2
-3
No files found.
doc/user/application_security/dependency_scanning/index.md
View file @
3274ee1e
...
...
@@ -68,17 +68,16 @@ The following languages and dependency managers are supported:
|
[
npm
](
https://www.npmjs.com/
)
(
7
and earlier),
[
yarn
](
https://classic.yarnpkg.com/en/
)
1.x | JavaScript |
`package.json`
|
[
Retire.js
](
https://retirejs.github.io/retire.js/
)
|
|
[
NuGet
](
https://www.nuget.org/
)
4.9+ | .NET, C# |
[
`packages.lock.json`
](
https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#enabling-lock-file
)
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
`setuptools`
](
https://setuptools.readthedocs.io/en/latest/
)
,
[
pip
](
https://pip.pypa.io/en/stable/
)
,
[
Pipenv
](
https://pipenv.pypa.io/en/latest/
)
(
*1*
)
| Python |
`setup.py`
,
`requirements.txt`
,
`requirements.pip`
,
`requires.txt`
,
`Pipfile`
,
`Pipfile.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
sbt
](
https://www.scala-sbt.org/
)
1.2 and below (
[
Ivy
](
http://ant.apache.org/ivy/
)
) | Scala |
`build.sbt`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
sbt
](
https://www.scala-sbt.org/
)
(
*2*
)
| Scala |
`build.sbt`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
1.
[
Pipenv
](
https://pipenv.pypa.io/en/latest/
)
projects are scanned when a
`Pipfile`
is present.
Gemnasium scans the exact package versions listed in
`Pipfile.lock`
when this file is also present
.
1.
Support for
[
sbt
](
https://www.scala-sbt.org/
)
1.3 and above was added in GitLab 13.9
.
Plans are underway for supporting the following languages, dependency managers, and dependency files. For details, see the issue link for each.
| Package Managers | Languages | Supported files | Scan tools | Issue |
| ------------------- | --------- | --------------- | ---------- | ----- |
|
[
Poetry
](
https://python-poetry.org/
)
| Python |
`poetry.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
[
GitLab#7006
](
https://gitlab.com/gitlab-org/gitlab/-/issues/7006
)
|
|
[
sbt
](
https://www.scala-sbt.org/
)
1.3+ (
[
Coursier
](
https://get-coursier.io/
)
)| Scala |
`build.sbt`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
[
GitLab#271345
](
https://gitlab.com/gitlab-org/gitlab/-/issues/271345
)
|
## Contribute your scanner
...
...
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