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 d9d1572 commit c621162Copy full SHA for c621162
CODE/vulnscan.py
@@ -186,7 +186,7 @@ def main():
186
187
188
if __name__ == "__main__":
189
- log.info(f"Starting VulnScan with {NUM_WORKERS} thread workers and {len(SENSITIVE_PATHS)}...")
+ log.info(f"Starting VulnScan with {NUM_WORKERS} thread workers and {len(SENSITIVE_PATHS)} paths...")
190
for path in SENSITIVE_PATHS:
191
expanded_path = os.path.expandvars(path)
192
if os.path.exists(expanded_path):
0 commit comments