Commit 1c9e7b7a authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'sk/337926-add-cis-cluster-id-docs' into 'master'

Add CIS_CLUSTER_IDENTIFIER to cluster image scanning docs

See merge request gitlab-org/gitlab!74066
parents 32ea3e59 68231b70
......@@ -176,6 +176,7 @@ You can [configure](#customize-the-cluster-image-scanning-settings) analyzers by
| `CIS_RESOURCE_NAME` | `""` | Name of the Kubernetes resource you want to filter vulnerabilities for. For example, `nginx`. |
| `CIS_RESOURCE_NAMESPACE` | `""` | Namespace of the Kubernetes resource you want to filter vulnerabilities for. For example, `production`. |
| `CIS_RESOURCE_KIND` | `""` | Kind of the Kubernetes resource you want to filter vulnerabilities for. For example, `deployment`. |
| `CIS_CLUSTER_IDENTIFIER` | `""` | ID of the Kubernetes cluster integrated with GitLab. This is used to map vulnerabilities to the cluster so they can be filtered in the Vulnerability Report page. |
#### Override the cluster image scanning template
......
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