mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-01-21 21:20:59 +00:00
18 lines
556 B
YAML
18 lines
556 B
YAML
|
---
|
||
|
## Controls Files.
|
||
|
# These are YAML files that hold all the details for running checks.
|
||
|
#
|
||
|
## Uncomment to use different control file paths.
|
||
|
# masterControls: $HOME/.cis_kubernetes/master.yaml
|
||
|
# nodeControls: $HOME/.cis_kubernetes/node.yaml
|
||
|
# federatedControls: $HOME/.cis_kubernetes/federated.yaml
|
||
|
|
||
|
## Configuration Directories.
|
||
|
# Specifies the directories to look for configuration files
|
||
|
# for the kubernetes components.
|
||
|
#
|
||
|
## Uncomment to use different paths.
|
||
|
# kubeConfDir: /etc/kubernetes
|
||
|
# etcdConfDir: /etc/etcd
|
||
|
# flanneldConfDir: /etc/sysconfig
|