mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
fix docker user json output
This prints out the docker users in a similar fashion to the other tests, including `INFO` rather than just the system command output. Signed-off-by: Joe Williams <joe.williams@github.com>
This commit is contained in:
parent
b73d254e76
commit
cfb3357a12
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ check_1_4() {
|
|||
info "$check_1_4"
|
||||
for u in $docker_users; do
|
||||
info " * $u"
|
||||
logjson "1.4" "$u"
|
||||
logjson "1.4" "INFO: $u"
|
||||
done
|
||||
currentScore=$((currentScore + 0))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue