mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-12 02:39:02 +00:00
55fd838191
Simply clone the project, compile the go app and run ./cis_kubernetes
18 lines
508 B
YAML
18 lines
508 B
YAML
---
|
|
## Controls Files.
|
|
# These are YAML files that hold all the details for running checks.
|
|
#
|
|
## Uncomment to use different control file paths.
|
|
# masterControls: ./cfg/master.yaml
|
|
# nodeControls: ./cfg/node.yaml
|
|
# federatedControls: ./cfg/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
|