mirror of https://github.com/CISOfy/lynis.git
Allowing URLs to control information to be adjusted for CUST tests
This commit is contained in:
parent
902eafeca9
commit
42e3f46a28
|
@ -51,6 +51,26 @@
|
|||
OPTIONS_CONN_MAX_WAIT_STATE="${VALUE}"
|
||||
;;
|
||||
|
||||
# Append something to URL for control information
|
||||
control_url_append)
|
||||
CONTROL_URL_APPEND="${VALUE}"
|
||||
;;
|
||||
|
||||
# Prepend an URL before control information link
|
||||
control_url_prepend)
|
||||
CONTROL_URL_PREPEND="${VALUE}"
|
||||
;;
|
||||
|
||||
# Append something to URL for control information (only applies to CUST-*)
|
||||
custom_url_append)
|
||||
CUSTOM_URL_APPEND="${VALUE}"
|
||||
;;
|
||||
|
||||
# Prepend an URL before control information link (only applies to CUST-*)
|
||||
custom_url_prepend)
|
||||
CUSTOM_URL_PREPEND="${VALUE}"
|
||||
;;
|
||||
|
||||
# Do not check security repository in sources.list (Debian/Ubuntu)
|
||||
debian_skip_security_repository)
|
||||
OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY="${VALUE}"
|
||||
|
|
Loading…
Reference in New Issue