filter-sarif
filter-sarif copied to clipboard
GitHub Action for filtering Code Scanning alerts by path and id
Would be great if this task would be available for Azure DevOps pipelines, too.
The same way the CodeQL Action supports a [`config-file`](https://github.com/github/codeql-action/blob/main/init/action.yml#L41), it would be great for this Action to support the same. This way, if there are many patterns, the workflow would...
This pull request to `filter_sarif.py` focuses on refactoring the code for better type annotations, readability, and functionality. It also includes new tests to ensure the changes work as expected. Refactoring...