PSSecretScanner
PSSecretScanner copied to clipboard
Scan your repos for accidentily exposed secrets using powershell
We need more tests of different exclude patterns. Today I only have tests for LinePatterns (as version 1 support only those) Also needed is tests of GetExclusions as that has...
Today the folder scanning is serial, and matches one pattern / time. This could probably be _greatly_ improved without impacting memory / cpu / disk usage by - Build a...
Related to #8 It would be super neat to have this in vscode, automatically notifying me if a secret is in my code, the same style as the git plugin...
I'm still missing patterns for the regex pattern tests for the following: - _Cloudinary - _Firebase_URL - _Amazon_MWS_Auth_Token - _Facebook_Access_Token - _Facebook_OAuth - _GitHub - _Generic_API_Key - _Generic_Secret - _Google_API_Key...
Hi Björn, let me start by saying I love your tool 😊 I'm using it (latest version, 2.0.1) in our repo and somehow the relative paths don't work for the...