mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-07-24 03:57:50 +00:00
Merge fd9ad44344
into 16c235080d
This commit is contained in:
commit
0469ae6e12
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ readonly myname
|
|||
export PATH="$PATH:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin/"
|
||||
|
||||
# Check for required program(s)
|
||||
req_programs 'awk docker grep stat tee tail wc xargs truncate sed'
|
||||
req_programs 'awk docker grep stat tee tail wc xargs truncate sed pgrep'
|
||||
|
||||
# Ensure we can connect to docker daemon
|
||||
if ! docker ps -q >/dev/null 2>&1; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue