From 5d7a5b1cc55dea783007ad33debac4ea2fcabf16 Mon Sep 17 00:00:00 2001 From: Chasen Bettinger Date: Thu, 5 Sep 2024 14:36:51 -0400 Subject: [PATCH 1/2] Update GitLab timeout docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c84a583..5359730 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Optional identifier to uniquely identify the scanner Optional identifier to identify a a monorepo component -### `BOOST_SCAN_TIMEOUT` (Optional, number) +### `BOOST_SCAN_DIFF_TIMEOUT` (Optional, number) -The optional timeout after which the Github check will be marked as failed. This defaults to 120 seconds. +The optional scan timeout value, in seconds, after which the GitLab check will be marked as failed. This defaults to 120 seconds (2 minutes). Min value is 30 seconds, max value is 1800 seconds (30 minutes). For more information, please see the [source](https://github.com/boostsecurityio/boostsec-scanner-cli/blob/main/boostsec/scanner/cli/parameters/cli.py). From 35c167276214ce3c93a31f375af0c2eea6d0c2ca Mon Sep 17 00:00:00 2001 From: Chasen Bettinger Date: Thu, 5 Sep 2024 14:37:37 -0400 Subject: [PATCH 2/2] BOOST_SCAN_DIFF_TIMEOUT -> BOOST_DIFF_SCAN_TIMEOUT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5359730..af384fc 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Optional identifier to uniquely identify the scanner Optional identifier to identify a a monorepo component -### `BOOST_SCAN_DIFF_TIMEOUT` (Optional, number) +### `BOOST_DIFF_SCAN_TIMEOUT` (Optional, number) The optional scan timeout value, in seconds, after which the GitLab check will be marked as failed. This defaults to 120 seconds (2 minutes). Min value is 30 seconds, max value is 1800 seconds (30 minutes). For more information, please see the [source](https://github.com/boostsecurityio/boostsec-scanner-cli/blob/main/boostsec/scanner/cli/parameters/cli.py).