mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 17:07:31 +00:00
ddc81bd7c1
* [THOG-162] Implement JDBC verification for select drivers Also includes integration tests for postgres and mysql via docker. To run, execute the following (untested what will happen if the docker images aren't installed): go test -tags=detectors,integration ./pkg/detectors/jdbc * Make jdbc regex a bit more strict * Surface the context to allow the caller to set a timeout |
||
---|---|---|
.. | ||
jdbc.go | ||
jdbc_integration_test.go | ||
jdbc_test.go | ||
mysql.go | ||
mysql_integration_test.go | ||
postgres.go | ||
postgres_integration_test.go | ||
sqlite.go | ||
sqlite_test.go | ||
sqlserver.go |