Skip to content

Commit 0b5d367

Browse files
committed
fix: scan.py
1 parent 1fef9cd commit 0b5d367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crypto_pattern_scan/scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main():
3333
full_path = os.path.join(root, file)
3434

3535
# Normalize and skip the scanner file itself
36-
if os.path.normpath(full_path).endswith(os.path.normpath("crypto_scan/scan.py")):
36+
if os.path.normpath(full_path).endswith(os.path.normpath("crypto_pattern_scan/scan.py")):
3737
continue
3838

3939
if scan_file(full_path):

0 commit comments

Comments
 (0)