mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Create cis_docker-benchmark_inspec_debian_ubuntu.sh
This commit is contained in:
parent
93a76205d1
commit
82e5fca780
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
# A simple script to install Chef inspec and the CIS Docker Benchmark InSpec Profile
|
||||
# Author: Omar Santos @santosomar
|
||||
|
||||
|
||||
curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec
|
||||
|
Loading…
Reference in a new issue