Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secrets not detecting on custom terraform variable. #654

Open
netwrkspider opened this issue Jan 6, 2023 · 2 comments
Open

secrets not detecting on custom terraform variable. #654

netwrkspider opened this issue Jan 6, 2023 · 2 comments
Labels
bug The issue describes a malfunctioning aspect of the project. needs more info The issue has been reviewed, but the information provided by the reporter is incomplete. P4 Future work. E.g. something we might to get on in the future. Might be used for future ideas too.

Comments

@netwrkspider
Copy link

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?

@jpdakran jpdakran added the pending The issue still needs to be reviewed by one of the maintainers. label Mar 22, 2023
@jpdakran
Copy link
Member

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

@jpdakran jpdakran added needs more info The issue has been reviewed, but the information provided by the reporter is incomplete. bug The issue describes a malfunctioning aspect of the project. P4 Future work. E.g. something we might to get on in the future. Might be used for future ideas too. and removed pending The issue still needs to be reviewed by one of the maintainers. labels Mar 23, 2023
@netwrkspider
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue describes a malfunctioning aspect of the project. needs more info The issue has been reviewed, but the information provided by the reporter is incomplete. P4 Future work. E.g. something we might to get on in the future. Might be used for future ideas too.
Projects
None yet
Development

No branches or pull requests

2 participants