Make the security scanning worker period configurable
This commit is contained in:
parent
609c942746
commit
de7a5c9959
2 changed files with 6 additions and 2 deletions
|
@ -310,6 +310,9 @@ class DefaultConfig(object):
|
|||
# The endpoint for the security scanner.
|
||||
SECURITY_SCANNER_ENDPOINT = 'http://192.168.99.101:6060'
|
||||
|
||||
# The number of seconds between indexing intervals in the security scanner
|
||||
SECURITY_SCANNER_INDEXING_INTERVAL = 30
|
||||
|
||||
# If specified, the endpoint to be used for all POST calls to the security scanner.
|
||||
SECURITY_SCANNER_ENDPOINT_BATCH = None
|
||||
|
||||
|
|
Reference in a new issue