filter-sarif icon indicating copy to clipboard operation
filter-sarif copied to clipboard

GitHub Action for filtering Code Scanning alerts by path and id

Results 3 filter-sarif issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...