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
79d00470
Commit
79d00470
authored
Feb 26, 2020
by
Adam Cohen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use link to klar image instead of repo URL
parent
f1ffdbe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/application_security/container_scanning/index.md
doc/user/application_security/container_scanning/index.md
+3
-3
No files found.
doc/user/application_security/container_scanning/index.md
View file @
79d00470
...
...
@@ -103,7 +103,7 @@ artifact available. Behind the scenes, the
[
GitLab Klar analyzer
](
https://gitlab.com/gitlab-org/security-products/analyzers/klar/
)
is used and runs the scans.
## Example
##
#
Example
The following is a sample
`.gitlab-ci.yml`
that will build your Docker Image, push it to the container registry and run Container Scanning.
...
...
@@ -133,7 +133,7 @@ build:
-
docker push $IMAGE
```
## Vulnerability Whitelisting
##
#
Vulnerability Whitelisting
If you want to whitelist specific vulnerabilities, you'll need to:
...
...
@@ -214,7 +214,7 @@ Container Scanning can be executed on an offline air-gapped GitLab Ultimate inst
1.
Host the following Docker images on a
[
local Docker container registry
](
../../packages/container_registry/index.md
)
:
-
[
arminc/clair-db vulnerabilities database
](
https://hub.docker.com/r/arminc/clair-db
)
-
[
GitLab klar analyzer
](
https://gitlab.com/gitlab-org/security-products/analyzers/klar
)
-
GitLab klar analyzer:
`registry.gitlab.com/gitlab-org/security-products/analyzers/klar`
1.
[
Override the container scanning template
](
#overriding-the-container-scanning-template
)
in your
`.gitlab-ci.yml`
file to refer to the Docker images hosted on your local Docker container registry:
```
yaml
...
...
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