mirror of https://github.com/CISOfy/lynis.git
Add 'compliance-standards' as profile option, compliance_standards will be deprecated
This commit is contained in:
parent
3ba399c4c3
commit
85c83102df
|
@ -59,7 +59,7 @@
|
|||
|
||||
# Define which compliance standards are enabled
|
||||
# For this to work, the Enterprise plugins are needed
|
||||
compliance_standards | check-compliance)
|
||||
compliance_standards | compliance-standards | check-compliance) # deprecated: compliance_standards
|
||||
COMPLIANCE_STANDARDS_ENABLED=$(echo ${VALUE} | tr ',' ' ')
|
||||
for STANDARD in ${COMPLIANCE_STANDARDS_ENABLED}; do
|
||||
case ${STANDARD} in
|
||||
|
|
Loading…
Reference in New Issue