mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_1_1_end() {
|
||||||
|
endsectionjson
|
||||||
|
}
|
||||||
|
|
||||||
check_1_2() {
|
check_1_2() {
|
||||||
logit ""
|
logit ""
|
||||||
id_1_2="1.2"
|
id_1_2="1.2"
|
||||||
|
@ -467,6 +471,10 @@ check_1_2_12() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_1_2_end() {
|
||||||
|
endsectionjson
|
||||||
|
}
|
||||||
|
|
||||||
check_1_end() {
|
check_1_end() {
|
||||||
endsectionjson
|
endsectionjson
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue