mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added counters for suggestions and warnings
This commit is contained in:
parent
a8972b7b7f
commit
b6c0736d6e
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ unset LANG
|
|||
TEST_SKIP_ALWAYS=""
|
||||
TESTS_EXECUTED=""
|
||||
TESTS_SKIPPED=""
|
||||
TOTAL_SUGGESTIONS=0
|
||||
TOTAL_WARNINGS=0
|
||||
TRIPWIREBINARY=""
|
||||
UEFI_BOOTED=0
|
||||
UEFI_BOOTED_SECURE=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue