From 02f0372813836d68384be288ed7301e79a6783af Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sun, 11 Apr 2021 19:57:02 -0400 Subject: [PATCH] Update run_cis_bench_locally.sh --- docker-and-k8s-security/docker/run_cis_bench_locally.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 83d5e64..8877029 100644 --- a/docker-and-k8s-security/docker/run_cis_bench_locally.sh +++ b/docker-and-k8s-security/docker/run_cis_bench_locally.sh @@ -24,7 +24,8 @@ echo "${reset}=========================" curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec -echo "${red} Running CIS Docker Benchmark ${reset} locally on $(hostname)" +clear +echo "${red}>> Running CIS Docker Benchmark ${reset} locally on $(hostname)" inspec exec https://github.com/dev-sec/cis-docker-benchmark > cis_benchmark_results.txt