Merge pull request #1269 from Quentin-M/secnotif_feature_flag
Enable security notifications in test suite
This commit is contained in:
commit
85208ae5a3
1 changed files with 2 additions and 1 deletions
|
@ -58,9 +58,10 @@ class TestConfig(DefaultConfig):
|
||||||
CLOUDWATCH_NAMESPACE = None
|
CLOUDWATCH_NAMESPACE = None
|
||||||
|
|
||||||
FEATURE_SECURITY_SCANNER = True
|
FEATURE_SECURITY_SCANNER = True
|
||||||
|
FEATURE_SECURITY_NOTIFICATIONS = True
|
||||||
SECURITY_SCANNER = {
|
SECURITY_SCANNER = {
|
||||||
'ENDPOINT': 'http://mockclairservice/',
|
'ENDPOINT': 'http://mockclairservice/',
|
||||||
'API_VERSION': 'v1',
|
'API_VERSION': 'v1',
|
||||||
'ENGINE_VERSION_TARGET': 1,
|
'ENGINE_VERSION_TARGET': 1,
|
||||||
'API_CALL_TIMEOUT': 1
|
'API_CALL_TIMEOUT': 1
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue