Closed
Description
$ cat environment.variables
PASSWORD=d1bc8d3ba4afc7e109612cb73acbdddac052c93025aa1f82942edabb7deb82a1
$ detect-secrets scan environment.variables
{
"exclude_regex": null,
"generated_at": "2018-12-21T20:02:03Z",
"plugins_used": [
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "PrivateKeyDetector"
}
],
"results": {},
"version": "0.11.0"
}
Environment variables look like .ini
files, but without a header. We should be able to capture this using this fact.
Metadata
Metadata
Assignees
Labels
No labels