mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 13:44:12 +00:00
Update run_cis_bench_locally.sh
This commit is contained in:
parent
02f0372813
commit
ec19a1d7b9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ echo "${reset}========================="
|
|||
curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec
|
||||
|
||||
clear
|
||||
echo "${red}>> Running CIS Docker Benchmark ${reset} locally on $(hostname)"
|
||||
echo "${red}>> Running CIS Docker Benchmark ${reset}locally on $(hostname)"
|
||||
inspec exec https://github.com/dev-sec/cis-docker-benchmark > cis_benchmark_results.txt
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue