mirror of https://github.com/CISOfy/lynis.git
Added control_url_prepend, control_url_append, custom_url_prepend, custom_url_append
This commit is contained in:
parent
0a196b7e79
commit
b23a730e7e
|
@ -300,6 +300,13 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
|
||||||
# Skip Lynis upgrade availability test (default: no)
|
# Skip Lynis upgrade availability test (default: no)
|
||||||
#config:skip_upgrade_test:yes:
|
#config:skip_upgrade_test:yes:
|
||||||
|
|
||||||
|
# The URL prefix and append to URL's for your custom tests
|
||||||
|
# Link will be build with: {control_url_prepend}CONTROL-ID{control_url_append}
|
||||||
|
#config:control_url_prepend:https://cisofy.com/control/:
|
||||||
|
#config:control_url_append:/:
|
||||||
|
#config:custom_url_prepend:https://your-domain.example.org/control-info/:
|
||||||
|
#config:custom_url_append:/:
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
# Lynis Enterprise
|
# Lynis Enterprise
|
||||||
|
|
Loading…
Reference in New Issue