Yelp/detect-secrets

secrets not detecting on custom terraform variable.

netwrkspider opened this issue · 2 comments

Hello Team,

When I tried to scan the git repo the following information was not detected by the detect-secrets tool.
The following terraform code details are given below.

variable "sys_password" {
type = string
default = "Hacker@pass#1234"
}
variable "sys_username" {
type = string
default = "root"
}

Is there any plugin available to detect above custom plain text secret?

@netwrkspider Hi. Thank you for reporting this. What is the file type?

@jpdakran It's terraform code with having .tf extension.