We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff51d1 commit 7a47a0cCopy full SHA for 7a47a0c
cycode/cli/files_collector/file_excluder.py
@@ -75,6 +75,7 @@ def _is_file_prefix_supported(self, scan_type: str, file_path: str) -> bool:
75
scannable_prefixes = self._scannable_prefixes.get(scan_type)
76
if scannable_prefixes:
77
return file_name.startswith(scannable_prefixes)
78
+ return False
79
80
def _is_file_extension_supported(self, scan_type: str, filename: str) -> bool:
81
filename = filename.lower()
0 commit comments