You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I am using Trufflehog in a test folder where I have different Kubernetes deployment files, one of those files has a postgres URI connection string pointing to a local database.
Trufflehog fails to find this URI connection string because the connection string doesn't have the password set.
Question: Is this the desired behavior to not detect URI connection strings without the password set or it should detect?
This issue happens because of a verification if the URI connection has the password set or not. This is the code that stops the detection of the URI connection:
Hey guys, I am using Trufflehog in a test folder where I have different Kubernetes deployment files, one of those files has a postgres URI connection string pointing to a local database.
Trufflehog fails to find this URI connection string because the connection string doesn't have the password set.
Question: Is this the desired behavior to not detect URI connection strings without the password set or it should detect?
This issue happens because of a verification if the URI connection has the password set or not. This is the code that stops the detection of the URI connection:
File that I'm using to test:
Trufflehog vesion:
dev
// installed Trufflehog directly from source, master branch.Trufflehog command:
trufflehog filesystem example-file.yaml
Expected behavior: Detection of postgres URI connection string
Current behavior: No detection
Execution log:
The text was updated successfully, but these errors were encountered: