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