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?
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?