This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to configure timeout for Scans
Through the scan configuration a maximum number of seconds (timeoutSeconds) can be configured. When a scan is triggered from a configuration this number of seconds will be added to the start time and saved as timeoutTime on the Scan object. If while the Scan is running the current time exceeds the timeoutTime then the scan is automatically failed and any remaining AssetScans will be terminated. If no timeoutTime is provided on a scan it will be automatically timed out 48 hours after the start time of the scan.
- Loading branch information
1 parent
8ff44f5
commit 26f8e7e
Showing
9 changed files
with
194 additions
and
100 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.