mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 14:22:33 +01:00
Make json output to follow common pattern LEVEL: details
Signed-off-by: Roman Galeev <roman_galeev@mckinsey.com>
This commit is contained in:
parent
b73d254e76
commit
dcb80b9713
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