mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Allow Lynis Enterprise users to provide an URL to upload to
This commit is contained in:
parent
841c99cc30
commit
cbf96e156f
@ -161,8 +161,15 @@
|
||||
|
||||
# Lynis Enterprise: upload data to central node
|
||||
--upload)
|
||||
UPLOAD_DATA=1
|
||||
UPLOAD_DATA=1
|
||||
;;
|
||||
|
||||
# Which server to upload to
|
||||
--upload-url)
|
||||
shift
|
||||
UPLOAD_URL=$1
|
||||
;;
|
||||
|
||||
# Version number
|
||||
-V | --version)
|
||||
echo "${PROGRAM_version}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user