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
45283072
Commit
45283072
authored
Sep 28, 2021
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: Add prefix to Dependency-Scanning template
parent
4866cbed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
doc/user/application_security/dependency_scanning/analyzers.md
...ser/application_security/dependency_scanning/analyzers.md
+3
-3
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+6
-6
No files found.
doc/user/application_security/dependency_scanning/analyzers.md
View file @
45283072
...
...
@@ -47,7 +47,7 @@ In `.gitlab-ci.yml` define:
```
yaml
include
:
template
:
Dependency-Scanning.gitlab-ci.yml
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
variables
:
SECURE_ANALYZERS_PREFIX
:
my-docker-registry/gl-images
...
...
@@ -64,7 +64,7 @@ In `.gitlab-ci.yml` define:
```
yaml
include
:
template
:
Dependency-Scanning.gitlab-ci.yml
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
variables
:
DS_EXCLUDED_ANALYZERS
:
"
bundler-audit,
gemnasium"
...
...
@@ -77,7 +77,7 @@ In `.gitlab-ci.yml` define:
```
yaml
include
:
template
:
Dependency-Scanning.gitlab-ci.yml
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
variables
:
DS_EXCLUDED_ANALYZERS
:
"
gemnasium,
gemnasium-maven,
gemnasium-python,
bundler-audit,
retire.js"
...
...
doc/user/application_security/dependency_scanning/index.md
View file @
45283072
...
...
@@ -347,7 +347,7 @@ Add the following to your `.gitlab-ci.yml` file:
```
yaml
include
:
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
```
The included template creates dependency scanning jobs in your CI/CD
...
...
@@ -381,7 +381,7 @@ For example:
```
yaml
include
:
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
variables
:
SECURE_LOG_LEVEL
:
error
...
...
@@ -403,7 +403,7 @@ the `gemnasium` analyzer:
```
yaml
include
:
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
gemnasium-dependency_scanning
:
variables
:
...
...
@@ -414,7 +414,7 @@ To override the `dependencies: []` attribute, add an override job as above, targ
```
yaml
include
:
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
gemnasium-dependency_scanning
:
dependencies
:
[
"
build"
]
...
...
@@ -713,7 +713,7 @@ value of `GEMNASIUM_DB_REMOTE_URL` to the location of your offline Git copy of t
```
yaml
include
:
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
variables
:
SECURE_ANALYZERS_PREFIX
:
"
docker-registry.example.com/analyzers"
...
...
@@ -868,7 +868,7 @@ to the supported `requirements.txt` as follows.
```
yaml
include
:
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/
Dependency-Scanning.gitlab-ci.yml
stages
:
-
test
...
...
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