Skip to content

Commit ca5bbc6

Browse files
committed
fix conflicts
1 parent f2c918c commit ca5bbc6

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

cli/code_scanner.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
from uuid import uuid4, UUID
1010
from git import Repo, NULL_TREE, InvalidGitRepositoryError
1111
from sys import getsizeof
12-
<<<<<<< HEAD
1312

14-
=======
15-
>>>>>>> parent of 17c2efe (CM-20731 Cycode CLI - print update status to console by printer (#72))
1613
from cli.printers import ResultsPrinter
1714
from cli.models import Document, DocumentDetections, Severity
1815
from cli.ci_integrations import get_commit_range
@@ -259,12 +256,8 @@ def scan_documents(context: click.Context, documents_to_scan: List[Document], is
259256

260257
try:
261258
zipped_documents = zip_documents_to_scan(scan_type, zipped_documents, documents_to_scan)
262-
<<<<<<< HEAD
263-
scan_result = perform_scan(context, cycode_client, zipped_documents, scan_type, scan_id, is_git_diff,
264-
is_commit_range,
265-
=======
259+
266260
scan_result = perform_scan(cycode_client, zipped_documents, scan_type, scan_id, is_git_diff, is_commit_range,
267-
>>>>>>> parent of 17c2efe (CM-20731 Cycode CLI - print update status to console by printer (#72))
268261
scan_parameters)
269262
all_detections_count, output_detections_count = \
270263
handle_scan_result(context, scan_result, command_scan_type, scan_type, severity_threshold,

0 commit comments

Comments
 (0)