Add vulnerabilities and packages API to Quay

Fixes #564
This commit is contained in:
Joseph Schorr 2015-10-23 15:20:28 -04:00 committed by Jimmy Zelinskie
parent a4c78ba99a
commit e4508fc0d0
5 changed files with 167 additions and 4 deletions

View file

@ -55,3 +55,10 @@ class TestConfig(DefaultConfig):
FEATURE_GITHUB_BUILD = True
CLOUDWATCH_NAMESPACE = None
FEATURE_SECURITY_SCANNER = True
SECURITY_SCANNER = {
'ENDPOINT': 'http://localhost/some/invalid/path',
'ENGINE_VERSION_TARGET': 1,
'API_CALL_TIMEOUT': 1
}