We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc7ab0 commit 45ee138Copy full SHA for 45ee138
misc/shlib/shlib.bash
@@ -243,6 +243,7 @@ trufflehog_jq_filter_common() {
243
jq -c '
244
select(
245
(.Raw | contains("user1:password") | not) and
246
+ (.Raw | contains("[email protected]:XXX") | not) and
247
.Raw != "postgres://mz_system:materialize@materialized:5432" and
248
.Raw != "postgres://materialize:materialize@materialized:6875" and
249
.Raw != "postgres://mz_system:materialize@materialized:6877" and
0 commit comments