mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
Remove prefix of check ID
This commit is contained in:
parent
d6969dd2a4
commit
b3182ca8f5
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ check_2_11() {
|
|||
# 2.12
|
||||
check_2_12() {
|
||||
id_2_12="2.12"
|
||||
desc_2_12="2.12 Ensure centralized and remote logging is configured (Scored)"
|
||||
desc_2_12="Ensure centralized and remote logging is configured (Scored)"
|
||||
check_2_12="$id_2_12 - $desc_2_12"
|
||||
starttestjson "$id_2_12" "$desc_2_12"
|
||||
|
||||
|
|
Loading…
Reference in a new issue