diff --git a/libsast/core_matcher/choice_matcher.py b/libsast/core_matcher/choice_matcher.py index 4244e85..ad6f1ef 100644 --- a/libsast/core_matcher/choice_matcher.py +++ b/libsast/core_matcher/choice_matcher.py @@ -75,7 +75,6 @@ def choice_matcher(self, scan_paths, rule): continue if sfile.stat().st_size / 1000 / 1000 > 25: # Skip scanning files greater than 25 MB - print(f'Skipping large file {sfile.as_posix()}') continue data = sfile.read_text('utf-8', 'ignore') if ext in ('.html', '.xml'):