mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 10:53:03 +00:00
Update cis_docker-benchmark_inspec_debian_ubuntu.sh
This commit is contained in:
parent
ed67d8690e
commit
62eed1613e
1 changed files with 10 additions and 0 deletions
|
@ -1,7 +1,17 @@
|
|||
#!/bin/bash
|
||||
# A simple script to install Chef inspec and the CIS Docker Benchmark InSpec Profile
|
||||
# Runs on Ubuntu, Debian, Parrot, and Kali Linux
|
||||
# Author: Omar Santos @santosomar
|
||||
# version 0.1
|
||||
|
||||
red=$(tput setaf 1)
|
||||
green=$(tput setaf 2)
|
||||
reset=$(tput sgr0)
|
||||
|
||||
echo "${green}Installing InSpec"
|
||||
echo "${reset}========================="
|
||||
|
||||
curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec
|
||||
|
||||
echo "${red} Running CIS Docker Benchmark ${reset} locally on $(hostname)"
|
||||
inspec exec https://github.com/dev-sec/cis-docker-benchmark
|
Loading…
Reference in a new issue