microsoft / sarif-tools

A set of Python command line tools for working with SARIF files produced by code analysis tools
MIT License
76 stars 19 forks source link

Add recursive = True to glob #14

Closed bushelofsilicon closed 10 months ago

bushelofsilicon commented 1 year ago

The documentation states:

The file_or_dir specifier can include wildcards e.g. c:\temp*\devskim.sarif (i.e. a "glob").

However it does not currently enable the use of ** when using glob. This PR adds recursive = True to enable it.

balgillo commented 10 months ago

Thank you for your pull request to improve the flexibility of this tool, and apologies for the long delay before we spotted it. Now merged.