bjompen / PSSecretScanner

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

PSSecretScanner should output objects (with custom formatting) #23

Closed StartAutomating closed 2 years ago

StartAutomating commented 2 years ago

In order to be ideal PowerShell, PSSecretScanner should always return an object or property bag.

In order to look nice, PSSecretScanner results should be able to be formatted.

re #21