mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-07-30 14:09:14 +00:00
Print remediation measures at the end of the logs
This commit is contained in:
parent
9ae0d92b5d
commit
6c586b4e08
11 changed files with 128 additions and 97 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
check_5() {
|
||||
logit "\n"
|
||||
logit ""
|
||||
local id="5"
|
||||
local desc="Container Runtime"
|
||||
local check="$id - $desc"
|
||||
info "$check"
|
||||
checkHeader="$id - $desc"
|
||||
info "$checkHeader"
|
||||
startsectionjson "$id" "$desc"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue