mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 09:14:18 +02:00
Changed test description
This commit is contained in:
parent
18d97ce60e
commit
d2aaa9662e
@ -112,7 +112,7 @@
|
|||||||
# Description : Checking Docker containers (basic stats)
|
# Description : Checking Docker containers (basic stats)
|
||||||
# Notes : Hardening points are awarded, if there aren't a lot of stopped containers
|
# Notes : Hardening points are awarded, if there aren't a lot of stopped containers
|
||||||
if [ ! "${DOCKERBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
if [ ! "${DOCKERBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
|
||||||
Register --test-no CONT-8106 --preqs-met ${PREQS_MET} --weight L --network NO --description "Checking Docker info for any warnings"
|
Register --test-no CONT-8106 --preqs-met ${PREQS_MET} --weight L --network NO --description "Gather basic stats from Docker"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
Display --indent 6 --text "- Containers"
|
Display --indent 6 --text "- Containers"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user