File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 141141 "The fast_path_optimizer shouldn't make a fast path plan slow path." , # TODO: Remove when database-issues#9645 is fixed
142142 "Window function performance issue: `reduce_unnest_list_fusion` failed" , # TODO: Remove when database-issues#9644 is fixed
143143 "WITH ORDINALITY or ROWS FROM with pg_catalog.regexp_split_to_table not yet supported" ,
144+ "invalid normalization form" , # Expected with https://github.com/MaterializeInc/materialize/pull/33507
144145]
Original file line number Diff line number Diff line change @@ -269,8 +269,16 @@ trufflehog_jq_filter_common() {
269269 .Raw != "d3aa325086974cdfb3912f28e5a8c168" and
270270 .Raw != "jdbc:postgresql://postgres:5432/postgres" and
271271 .Raw != "RPSsql12345" and
272+ .Raw != "RPSsql1234" and
273+ .Raw != "RPSsql123" and
274+ .Raw != "RPSsql12" and
275+ .Raw != "RPSsql1" and
272276 .Raw != "RPSsql" and
273- .Raw != "RPSsq"
277+ .Raw != "RPSsq" and
278+ .Raw != "RPSs" and
279+ .Raw != "RPS" and
280+ .Raw != "RP" and
281+ .Raw != "R"
274282 )'
275283}
276284
You can’t perform that action at this time.
0 commit comments