microsoft / sarif-tools

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

Add blame filter #1

Closed balgillo closed 2 years ago

balgillo commented 2 years ago

Add the --blame-filter option to all the commands for which it makes sense. It takes a path to a filter-file and filters the results according the the author_mail from the git blame information.

kmpent commented 2 years ago

Had a really quick skim over, didn't go through and follow all the blame filtering logic but I can do at another time if you'd like someone to do that before you merge.