secrets-le 0.2.2

Find hardcoded credentials in a codebase, and never print one into the report
1
2
3
4
5
6
7
8
{
	"apiKey": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
	"auth": {
		"token": "ghp_abcdefghijklmnopqrstuvwxyz0123456789",
		"refresh_token": "rt_abcdefghijklmnopqrstuvwx"
	},
	"connectionString": "Server=db;User=sa;Password=Sup3rSecret!x;Encrypt=true"
}