810a9a5593
Change: - Add a parameter `read_whole_file` which allows for reading the whole file when doing a `contains` regex search. - This allows for (for example) matching a pattern at the very end of a file. Test Plan: - New integration tests Tickets: - Fixes #63378 Signed-off-by: Rick Elrod <rick@elrod.me>
2 lines
302 B
YAML
2 lines
302 B
YAML
minor_changes:
|
|
- find module - Now has a ``read_whole_file`` boolean parameter which allows for reading the whole file and doing an ``re.search()`` regex evaluation on it when searching using the ``contains`` option. This allows (for example) for ensuring the very end of the file matches a pattern.
|