Skip to content

Commit 45ee138

Browse files
committed
trufflehog: Ignore password already censored by dbbench
1 parent 0fc7ab0 commit 45ee138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/shlib/shlib.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ trufflehog_jq_filter_common() {
243243
jq -c '
244244
select(
245245
(.Raw | contains("user1:password") | not) and
246+
(.Raw | contains("[email protected]:XXX") | not) and
246247
.Raw != "postgres://mz_system:materialize@materialized:5432" and
247248
.Raw != "postgres://materialize:materialize@materialized:6875" and
248249
.Raw != "postgres://mz_system:materialize@materialized:6877" and

0 commit comments

Comments
 (0)