mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-02-23 08:26:41 +01:00
update info output
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
f2a7e6d6a6
commit
d963b93fcc
1 changed files with 16 additions and 16 deletions
|
@ -11,7 +11,7 @@ check_1() {
|
|||
|
||||
check_1_1() {
|
||||
logit ""
|
||||
id_1_1="1_1"
|
||||
id_1_1="1.1"
|
||||
desc_1_1="General Configuration"
|
||||
check_1_1="$id_1_1 - $desc_1_1"
|
||||
info "$check_1_1"
|
||||
|
@ -60,7 +60,7 @@ check_1_1_2() {
|
|||
|
||||
check_1_2() {
|
||||
logit ""
|
||||
id_1_2="1_2"
|
||||
id_1_2="1.2"
|
||||
desc_1_2="Linux Hosts Specific Configuration"
|
||||
check_1_2="$id_1_2 - $desc_1_2"
|
||||
info "$check_1_2"
|
||||
|
|
Loading…
Reference in a new issue