From a6a7fbe21fb2f5139153672223ff3011b68822bf Mon Sep 17 00:00:00 2001 From: GE Scott Knauss Date: Tue, 13 Feb 2024 16:12:34 +0100 Subject: [PATCH] Update Readme.md --- docs/Readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Readme.md b/docs/Readme.md index ec839f5..d28560a 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -208,8 +208,15 @@ you have been warned. :) ``` -e GVMD_ARGS="--max-ips-per-target=65534 --schedule-timeout=-1 --auth-timeout=1440" ``` --GSA_ARGS : Any addition argumetns you would like ot add to the gsad start command. +- GSA_ARGS : Any addition argumetns you would like ot add to the gsad start command. ``` -e GSA_ARGS="--ssl-private-key= --ssl-certificate= " ``` +- REPORT_LINES : This sets the allowed number of lines for reports. The default is 1000. +``` +-e REPORT_LINES=10000 +``` + + +