You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kube-bench/install.sh

13 lines
285 B

#!/bin/bash
cfgdir="$HOME/.cis_kubernetes"
echo "create cis_kubernetes configuration directory"
mkdir $cfgdir
echo "copy cis_kubernetes configuration file"
cp cfg/config.yaml $cfgdir
echo "copy controls files to configuration directory"
cp cfg/{master,node,federated}.yaml $cfgdir