mirror of https://github.com/CISOfy/lynis.git
Added new profile option: quick
This commit is contained in:
parent
461bb84b62
commit
89efa9fae8
|
@ -381,10 +381,13 @@ config:compliance_standards:cis,hipaa,iso27001,pci-dss:
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
# Configuration (New Style) - Options not used yet
|
# Configuration (New Style) - Some options are not used yet
|
||||||
#
|
#
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
|
# Enable quick mode (no waiting for keypresses, same as --quick option)
|
||||||
|
#quick=1
|
||||||
|
|
||||||
# Skip a test (one per line)
|
# Skip a test (one per line)
|
||||||
#skip-test=SSH-7408
|
#skip-test=SSH-7408
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue