Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-08-21 14:59:28 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-08-21 14:59:28 +0300
commit65f1a5e811fa4b67ed5d591e48a88a3f9532c5b2 (patch)
tree30a993edb997d2a258422af8ab64efcaab1213b3 /include/consts
parentd395e1a2da77d3e44a8894039414f10511ef6f9c (diff)
Added initial support for DevOps mode to improve continuous integration
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index 9235b5f4..47d1bc06 100644
--- a/include/consts
+++ b/include/consts
@@ -97,6 +97,7 @@ unset LANG
DEBSECANBINARY=""
DEBSUMSBINARY=""
DEVELOPER_MODE=0
+ DEVOPS_MODE=0
DISABLED_PLUGINS=""
DISCOVERED_BINARIES=""
DMIDECODEBINARY=""
@@ -114,7 +115,7 @@ unset LANG
FIND=""
FIREWALL_ACTIVE=0
FOUNDPATH=0
- FORENSICS=0
+ FORENSICS_MODE=0
GETENT_BINARY=""
GRADMBINARY=""
GREPBINARY="grep"