Skip to content

Commit 4e29a3c

Browse files
committed
cloning
1 parent 6903228 commit 4e29a3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/client/multi-image/scan_docker_image_lite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ def adorn_extra_options(self, layer):
358358
option_to_adorn = '--detect.clone.project.version.name='
359359
for option in self.extra_options:
360360
if option.startswith(option_to_adorn):
361-
result.append(option.rstrip() + "_" + layer['group_name'])
361+
# result.append(option.rstrip() + "_" + layer['group_name'])
362+
result.append(option.rstrip())
362363
else:
363364
result.append(option)
364365
return result

0 commit comments

Comments
 (0)