Add support for Quay's vulnerability tool
This commit is contained in:
parent
0f3db709ea
commit
a4c78ba99a
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ def __create_subtree(repo, structure, creator_username, parent, tag_map):
|
|||
for path_builder in paths:
|
||||
path = path_builder(new_image.storage.uuid)
|
||||
store.put_content('local_us', path, checksum)
|
||||
|
||||
new_image.security_indexed = False
|
||||
new_image.security_indexed_engine = maxsize
|
||||
new_image.save()
|
||||
|
||||
new_image.security_indexed = False
|
||||
new_image.security_indexed_engine = maxsize
|
||||
|
|
Reference in a new issue