Make security scan testing much faster

This commit is contained in:
Joseph Schorr 2016-05-05 13:55:24 -04:00
parent 836a99083e
commit 343a080833
4 changed files with 13 additions and 5 deletions

View file

@ -59,7 +59,6 @@ class SecurityScannerAPI(object):
if not self._storage.exists(locations, path):
locations = get_storage_locations(image.storage.uuid)
if not locations or not self._storage.exists(locations, path):
logger.warning('Could not find a valid location to download layer %s.%s out of %s',
image.docker_image_id, image.storage.uuid, locations)