mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Merge pull request #317 from joewilliams/joewilliams-patch-1
fix docker user json output
This commit is contained in:
commit
b408fb3e86
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ check_1_4() {
|
||||||
info "$check_1_4"
|
info "$check_1_4"
|
||||||
for u in $docker_users; do
|
for u in $docker_users; do
|
||||||
info " * $u"
|
info " * $u"
|
||||||
logjson "1.4" "$u"
|
logjson "1.4" "INFO: $u"
|
||||||
done
|
done
|
||||||
currentScore=$((currentScore + 0))
|
currentScore=$((currentScore + 0))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue