mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
json sections
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
ca3714bc16
commit
bcd6e5dd55
1 changed files with 8 additions and 0 deletions
|
@ -58,6 +58,10 @@ check_1_1_2() {
|
|||
fi
|
||||
}
|
||||
|
||||
check_1_1_end() {
|
||||
endsectionjson
|
||||
}
|
||||
|
||||
check_1_2() {
|
||||
logit ""
|
||||
id_1_2="1.2"
|
||||
|
@ -467,6 +471,10 @@ check_1_2_12() {
|
|||
fi
|
||||
}
|
||||
|
||||
check_1_2_end() {
|
||||
endsectionjson
|
||||
}
|
||||
|
||||
check_1_end() {
|
||||
endsectionjson
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue