mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added error-on-warnings
This commit is contained in:
parent
32da184947
commit
a3075d2e8f
1 changed files with 4 additions and 1 deletions
|
|
@ -381,10 +381,13 @@ config:compliance_standards:cis,hipaa,iso27001,pci-dss:
|
|||
|
||||
#################################################################################
|
||||
#
|
||||
# Configuration (New Style) - Some options are not used yet
|
||||
# Configuration (New Style)
|
||||
#
|
||||
#################################################################################
|
||||
|
||||
# Show non-zero exit code when warnings are found (default: no)
|
||||
#error-on-warnings=yes
|
||||
|
||||
# Enable quick mode (no waiting for keypresses, same as --quick option)
|
||||
#quick=yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue