mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2025-02-22 14:43:41 +00:00
8 lines
204 B
Bash
8 lines
204 B
Bash
![]() |
#!/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
|
||
|
|