mirror of https://github.com/CISOfy/lynis.git
typo fix in warning message (#585)
This commit is contained in:
parent
c1f9417792
commit
fd75c9fd0f
|
@ -136,7 +136,7 @@ InsertSection "Basics"
|
|||
|
||||
FIND=$(grep "^USER" ${AUDIT_FILE} | cut -d' ' -f2 )
|
||||
if [ "${FIND}" = "" ]; then
|
||||
ReportWarning "dockerfile" "No user declared in Dockerlfile. Container will execute command as root"
|
||||
ReportWarning "dockerfile" "No user declared in Dockerfile. Container will execute command as root"
|
||||
else
|
||||
USER=$(echo ${FIND})
|
||||
Display --indent 2 --text "User" --result "${USER}"
|
||||
|
|
Loading…
Reference in New Issue