-
|
The documentation explains how to exclude checks and how to ignore paths: Is there any way to exclude checks on certain paths? In particular, I have some complaints from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@ryao You can use https://github.com/advanced-security/filter-sarif for this. The |
Beta Was this translation helpful? Give feedback.
@ryao You can use https://github.com/advanced-security/filter-sarif for this. The
advanced-security/filter-sarifAction allows filtering based on combinations of file path and query id and can be used to remove results from the SARIF file before it is uploaded to GitHub CodeScanning.