We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fef9cd commit 0b5d367Copy full SHA for 0b5d367
1 file changed
crypto_pattern_scan/scan.py
@@ -33,7 +33,7 @@ def main():
33
full_path = os.path.join(root, file)
34
35
# Normalize and skip the scanner file itself
36
- if os.path.normpath(full_path).endswith(os.path.normpath("crypto_scan/scan.py")):
+ if os.path.normpath(full_path).endswith(os.path.normpath("crypto_pattern_scan/scan.py")):
37
continue
38
39
if scan_file(full_path):
0 commit comments