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
Trufflehog shouldn't issue an error as i did not add here an username or password in the url
Actual Behavior
trufflehog fails with output
Found unverified result 🐷🔑❓
Verification issue: dial tcp: lookup postgres: no such host
dial tcp: lookup postgres: no such host
Detector Type: JDBC
Decoder Type: PLAIN
Raw result: jdbc:postgresql://postgres:5432/mydb
File: backend/docker-compose.yaml
Line: 25
I also don't understand that he does not alarm on FLYWAY_USER and FLYWAY_PASSWORD.
Steps to Reproduce
Take teh snippet above and save it into a file.
Run trufflehog
Environment
OS: [e.g. iOS]
Version [e.g. 22]
Additional Context
I know i can either exclude the detector or the file but this is not a nice solution.
References
#0000
The text was updated successfully, but these errors were encountered:
Please review the Community Note before submitting
TruffleHog Version
3.88.2
Trace Output
https://gist.github.com/david-gang/370f0b4ec43afe9a2bcd835c635a01fb
Expected Behavior
this is part of a local docker compose environment:
Trufflehog shouldn't issue an error as i did not add here an username or password in the url
Actual Behavior
trufflehog fails with output
I also don't understand that he does not alarm on FLYWAY_USER and FLYWAY_PASSWORD.
Steps to Reproduce
Take teh snippet above and save it into a file.
Run trufflehog
Environment
Additional Context
I know i can either exclude the detector or the file but this is not a nice solution.
References
The text was updated successfully, but these errors were encountered: