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/parameters
parentd395e1a2da77d3e44a8894039414f10511ef6f9c (diff)
Added initial support for DevOps mode to improve continuous integration
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/parameters b/include/parameters
index 74f2c9a0..836a6aa7 100644
--- a/include/parameters
+++ b/include/parameters
@@ -241,6 +241,11 @@
DEVELOPER_MODE=1
;;
+ # DevOps mode (continuous integration)
+ --devops)
+ DEVOPS_MODE=1
+ ;;
+
# Enable forensics mode (gather information from a mounted directory)
--forensics)
FORENSICS=1