From cfd157b5bf5e742ad1e2a287ab737e42a8478a3c Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sun, 11 Apr 2021 20:44:18 -0400 Subject: [PATCH] Update run_cis_bench_locally.sh --- docker-and-k8s-security/docker/run_cis_bench_locally.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 98977ad..d33c9e9 100644 --- a/docker-and-k8s-security/docker/run_cis_bench_locally.sh +++ b/docker-and-k8s-security/docker/run_cis_bench_locally.sh @@ -38,7 +38,5 @@ tail -n 2 cis_benchmark_results.txt #printing the results printf -- '\n'; -echo "${reset}The complete results have been stored at: +echo "✅ ${reset}The complete results have been stored at: ${green}$(pwd)/cis_benchmark_results.txt " - -echo "✅" \ No newline at end of file