Commit 9e43568c authored by Zamir Martins Filho's avatar Zamir Martins Filho Committed by Nick Gaskill

Update documentation for both Klar and the new Container-scanning

parent 2b4a7ee4
...@@ -208,9 +208,9 @@ documentation. ...@@ -208,9 +208,9 @@ documentation.
## Auto Container Scanning **(ULTIMATE)** ## Auto Container Scanning **(ULTIMATE)**
Vulnerability Static Analysis for containers uses [Clair](https://github.com/quay/clair) Vulnerability Static Analysis for containers uses either [Clair](https://github.com/quay/clair)
to check for potential security issues on Docker images. The Auto Container Scanning or [Trivy](https://aquasecurity.github.io/trivy/latest/) to check for potential security issues in
stage is skipped on licenses other than [Ultimate](https://about.gitlab.com/pricing/). Docker images. The Auto Container Scanning stage is skipped on licenses other than [Ultimate](https://about.gitlab.com/pricing/).
After creating the report, it's uploaded as an artifact which you can later download and After creating the report, it's uploaded as an artifact which you can later download and
check out. The merge request displays any detected security issues. check out. The merge request displays any detected security issues.
......
...@@ -64,6 +64,7 @@ the following tables: ...@@ -64,6 +64,7 @@ the following tables:
| GitLab analyzer | Outputs severity levels? | Native severity level type | Native severity level example | | GitLab analyzer | Outputs severity levels? | Native severity level type | Native severity level example |
|------------------------------------------------------------------------|--------------------------|----------------------------|--------------------------------------------------------------| |------------------------------------------------------------------------|--------------------------|----------------------------|--------------------------------------------------------------|
| [`klar`](https://gitlab.com/gitlab-org/security-products/analyzers/klar) | **{check-circle}** Yes | String | `Negligible`, `Low`, `Medium`, `High`, `Critical`, `Defcon1` | | [`klar`](https://gitlab.com/gitlab-org/security-products/analyzers/klar) | **{check-circle}** Yes | String | `Negligible`, `Low`, `Medium`, `High`, `Critical`, `Defcon1` |
| [`container-scanning`](https://gitlab.com/gitlab-org/security-products/analyzers/container-scanning)| **{check-circle}** Yes | String | `Unknown`, `Low`, `Medium`, `High`, `Critical` |
## Fuzz Testing ## Fuzz Testing
......
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