mirror of
https://github.com/michenriksen/gitrob.git
synced 2026-01-09 15:20:14 -06:00
Added terraform.tfvars to signatures.json
terraform.tfvars can contain AWS admin keys for credentials for any of the providers at https://www.terraform.io/docs/providers/index.html
This commit is contained in:
@@ -537,5 +537,12 @@
|
||||
"pattern": "\\A\\.?npmrc\\z",
|
||||
"caption": "NPM configuration file",
|
||||
"description": "Might contain credentials for NPM registries"
|
||||
},
|
||||
{
|
||||
"part": "filename",
|
||||
"type": "match",
|
||||
"pattern": "terraform.tfvars",
|
||||
"caption": "Terraform variable config file",
|
||||
"description": "Might contain credentials for terraform providers"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user