Merge pull request #1441 from coreos-inc/fastesttests
Make security scan testing much faster
This commit is contained in:
commit
d572a45a57
4 changed files with 13 additions and 5 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue