From cf86c1b0e2a1edd378a4f4ca65a32ae3e5a7ee54 Mon Sep 17 00:00:00 2001 From: Jonathan Serafini Date: Tue, 17 Sep 2024 16:32:57 -0400 Subject: [PATCH] add main branch scan timeout --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c84a583..d8c6b79 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,11 @@ Optional identifier to uniquely identify the scanner Optional identifier to identify a a monorepo component -### `BOOST_SCAN_TIMEOUT` (Optional, number) +### `BOOST_DIFF_SCAN_TIMEOUT` (Optional, number) -The optional timeout after which the Github check will be marked as failed. This defaults to 120 seconds. +The optional timeout on a diff scan after which the Github check will be marked as failed. This defaults to 120 seconds. + +### `BOOST_MAIN_SCAN_TIMEOUT` (Optional, number) + +The optional timeout on a main scan after which the Github check will be marked as failed. This defaults to 2 hours.