--filter-paths FILTER_PATHS
Excludes execution paths matching the regex from detector's output.
filter-paths option takes in a regex and uses it to filter reported execution paths by detector(s). The regex is matched against the short form notation of the execution path.
short_form = " -> ".join(block_id(block) for block in path)
Adds a command line argument
--filter-paths
filter-paths option takes in a regex and uses it to filter reported execution paths by detector(s). The regex is matched against the short form notation of the execution path.
Ex:
Using filter-paths