Skip to content

Commit a7f1de9

Browse files
authored
Do not check docker image checksums (#1540)
It can be useful to skip checking docker image checksums. It may need to to be made a project setting. For now, this is only removing the verification step Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 05a0e72 commit a7f1de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/pipes/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def extract_images_from_inputs(project):
6969
return images, errors
7070

7171

72-
def extract_image_from_tarball(input_tarball, extract_target, verify=True):
72+
def extract_image_from_tarball(input_tarball, extract_target, verify=False):
7373
"""
7474
Extract images from an ``input_tarball`` to an ``extract_target`` directory
7575
Path object and collects the extracted images.

0 commit comments

Comments
 (0)