From 915c2073ecc6886786fd532fee93fc0638aa91d8 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 30 May 2017 17:46:35 -0700 Subject: [PATCH] config.py: bump QSS Engine version to Clair 2.0. --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 60d0e6e69..2e02f045a 100644 --- a/config.py +++ b/config.py @@ -262,7 +262,7 @@ class DefaultConfig(ImmutableConfig): # Feature Flag: Whether to enable support for App repositories. FEATURE_APP_REGISTRY = False - + # The namespaces which should have the ability to enable signing SIGNING_NAMESPACE_WHITELIST = ['coreos', 'quay'] @@ -352,7 +352,7 @@ class DefaultConfig(ImmutableConfig): SECURITY_SCANNER_READONLY_FAILOVER_ENDPOINTS = [] # The indexing engine version running inside the security scanner. - SECURITY_SCANNER_ENGINE_VERSION_TARGET = 2 + SECURITY_SCANNER_ENGINE_VERSION_TARGET = 3 # The version of the API to use for the security scanner. SECURITY_SCANNER_API_VERSION = 'v1'