bjompen / PSSecretScanner

Scan your repos for accidentily exposed secrets using powershell
MIT License
41 stars 5 forks source link

Parallelisation when scanning #16

Open bjompen opened 2 years ago

bjompen commented 2 years ago

Today the folder scanning is serial, and matches one pattern / time. This could probably be greatly improved without impacting memory / cpu / disk usage by

All increases of speed are good and needed if this should be usable in plugins (#8 #9)