diff --git a/docker-and-k8s-security/docker/run_cis_bench_locally.sh b/docker-and-k8s-security/docker/run_cis_bench_locally.sh index 3ecf82c..a6e8bc8 100644 --- a/docker-and-k8s-security/docker/run_cis_bench_locally.sh +++ b/docker-and-k8s-security/docker/run_cis_bench_locally.sh @@ -26,6 +26,9 @@ echo "${green}Installing InSpec" echo "${reset}=========================" curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec + +inspec --chef-license=accept + clear #running CIS Docker Benchmark directly from GitHub locally