mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 06:22:32 +01:00
Merge pull request #439 from roman-mueller/fix_description
Remove prefix of check ID in description
This commit is contained in:
commit
41593e80d0
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ check_2_11() {
|
||||||
# 2.12
|
# 2.12
|
||||||
check_2_12() {
|
check_2_12() {
|
||||||
id_2_12="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"
|
check_2_12="$id_2_12 - $desc_2_12"
|
||||||
starttestjson "$id_2_12" "$desc_2_12"
|
starttestjson "$id_2_12" "$desc_2_12"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue