Skip to content

Commit c621162

Browse files
Update CODE/vulnscan.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Shahm Najeeb <[email protected]>
1 parent d9d1572 commit c621162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODE/vulnscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def main():
186186

187187

188188
if __name__ == "__main__":
189-
log.info(f"Starting VulnScan with {NUM_WORKERS} thread workers and {len(SENSITIVE_PATHS)}...")
189+
log.info(f"Starting VulnScan with {NUM_WORKERS} thread workers and {len(SENSITIVE_PATHS)} paths...")
190190
for path in SENSITIVE_PATHS:
191191
expanded_path = os.path.expandvars(path)
192192
if os.path.exists(expanded_path):

0 commit comments

Comments
 (0)