Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 460 Bytes

cis-bench.md

File metadata and controls

24 lines (14 loc) · 460 Bytes

Run cis bench

On every node:


curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec
for bench in dil docker kubernetes 
do 
 inspec exec https://github.com/dev-sec/cis-${bench}-benchmark.git --chef-license=accept-silent  --reporter json:output/${bench}-`uname -n`.json
done

Collect output json files. Then:

visual

https://github.com/presidenten/dev-sec-cis-benchmarks

All in one from vmware https://sonobuoy.io/