mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 10:53:03 +00:00
Update run_cis_bench_locally.sh
This commit is contained in:
parent
ada01c5d31
commit
4c5d446219
1 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,17 @@
|
||||||
red=$(tput setaf 1)
|
red=$(tput setaf 1)
|
||||||
green=$(tput setaf 2)
|
green=$(tput setaf 2)
|
||||||
reset=$(tput sgr0)
|
reset=$(tput sgr0)
|
||||||
|
clear
|
||||||
|
|
||||||
|
echo "${green} R U N C I S B E N C H M A R K D O C K E R
|
||||||
|
${reset}
|
||||||
|
Author: Omar Ωr Santos
|
||||||
|
Twitter: @santosomar
|
||||||
|
Version: 0.1
|
||||||
|
|
||||||
|
${red}This script will automatically install or upgrade InSpec and will run the latest CIS Docker Benchmark from github/dev-sec/cis-docker-benchmark
|
||||||
|
"
|
||||||
|
read -n 1 -s -r -p "Press any key to continue the setup..."
|
||||||
|
|
||||||
echo "${green}Installing InSpec"
|
echo "${green}Installing InSpec"
|
||||||
echo "${reset}========================="
|
echo "${reset}========================="
|
||||||
|
|
Loading…
Reference in a new issue