Commit a5cbb4df authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'update-container-scanning-airgapped-image-link' into 'master'

Update CS docs to use klar image instead of repo

See merge request gitlab-org/gitlab!25960
parents 6bb28a4c 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment