mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 18:53:42 +02:00
IMP(12.7): test is automatically skipped on docker
This commit is contained in:
@ -59,6 +59,9 @@ ok() {
|
||||
printf "%b %b\n" "\033[30m\033[42m[ OK ]\033[0m" "$*" >&2
|
||||
}
|
||||
|
||||
skip() {
|
||||
printf "%b %b\n" "\033[30m\e[43m[SKIP]\033[0m" "$*" >&2
|
||||
}
|
||||
# retrieves audit script logfile
|
||||
get_stdout()
|
||||
{
|
||||
|
Reference in New Issue
Block a user