mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-02-23 08:26:41 +01:00
first pass on section 6
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
0b007baf7e
commit
3d6dd81956
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ check_6() {
|
||||||
# 6.1
|
# 6.1
|
||||||
check_6_1() {
|
check_6_1() {
|
||||||
id_6_1="6.1"
|
id_6_1="6.1"
|
||||||
desc_6_1="Avoid image sprawl"
|
desc_6_1="Ensure that image sprawl is avoided"
|
||||||
check_6_1="$id_6_1 - $desc_6_1"
|
check_6_1="$id_6_1 - $desc_6_1"
|
||||||
starttestjson "$id_6_1" "$desc_6_1"
|
starttestjson "$id_6_1" "$desc_6_1"
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ check_6_1() {
|
||||||
# 6.2
|
# 6.2
|
||||||
check_6_2() {
|
check_6_2() {
|
||||||
id_6_2="6.2"
|
id_6_2="6.2"
|
||||||
desc_6_2="Avoid container sprawl"
|
desc_6_2="Ensure that container sprawl is avoided"
|
||||||
check_6_2="$id_6_2 - $desc_6_2"
|
check_6_2="$id_6_2 - $desc_6_2"
|
||||||
starttestjson "$id_6_2" "$desc_6_2"
|
starttestjson "$id_6_2" "$desc_6_2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue