Commit 436acaa5 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'russell/cluster-image-scanning-add-requirement' into 'master'

Note that Cluster Image Scanning requires the test stage

See merge request gitlab-org/gitlab!77928
parents 2c43fc03 8e34bff5
...@@ -52,6 +52,7 @@ To enable cluster image scanning in your pipeline, you need the following: ...@@ -52,6 +52,7 @@ To enable cluster image scanning in your pipeline, you need the following:
- The configuration for accessing your Kubernetes cluster stored in the `CIS_KUBECONFIG` - The configuration for accessing your Kubernetes cluster stored in the `CIS_KUBECONFIG`
[configuration variable](#cicd-variables-for-cluster-image-scanning) [configuration variable](#cicd-variables-for-cluster-image-scanning)
with the type set to `File` (see [Configuring the cluster](#configuring-the-cluster)). with the type set to `File` (see [Configuring the cluster](#configuring-the-cluster)).
- GitLab CI/CD pipeline must include the `test` stage, which is available unless overridden with the [`stages`](../../../ci/yaml/index.md#stages) keyword.
### Configuring the cluster ### Configuring the cluster
......
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