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
92ef24aa
Commit
92ef24aa
authored
Aug 17, 2021
by
Russell Dickenson
Committed by
Nick Gaskill
Aug 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve docs on DS's autodetection of languages
parent
2b48010c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+11
-0
No files found.
doc/user/application_security/dependency_scanning/index.md
View file @
92ef24aa
...
@@ -49,6 +49,17 @@ If you have need of this, please explain why by filling out the survey [here](ht
...
@@ -49,6 +49,17 @@ If you have need of this, please explain why by filling out the survey [here](ht
## Supported languages and package managers
## Supported languages and package managers
Dependency Scanning automatically detects the languages used in the repository. All analyzers
matching the detected languages are run. There is usually no need to customize the selection of
analyzers. We recommend not specifying the analyzers so you automatically use the full selection
for best coverage, avoiding the need to make adjustments when there are deprecations or removals.
However, you can override the selection using the variable
`DS_EXCLUDED_ANALYZERS`
.
The language detection relies on CI job
[
`rules`
](
../../../ci/yaml/index.md#rules
)
and searches a
maximum of two directory levels from the repository's root. For example, the
`gemnasium-dependency_scanning`
job is enabled if a repository contains either a
`Gemfile`
or
`api/Gemfile`
file, but not if the only supported dependency file is
`api/client/Gemfile`
.
The following languages and dependency managers are supported:
The following languages and dependency managers are supported:
<style>
<style>
...
...
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