| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Allows us to analyze and then check that certain queries were included in the analysis and others were not.
This change adds a `query-filters` property to the codeql-config file. This property is an array of `exclude`/`include` entries for a query suite. These filters are appended to the generated query suite files and used to filter queries after they are selected. A related change is that now, all pack references are run in a single query suite, which has the query filters appended to them.
|
Still need to add a changelog note for this. No changelog required. |
Sorry, something went wrong.
Also simplify some computations.
Co-authored-by: Henry Mercer <henrymercer@github.com>
Removes duplicated yaml. Also add some better typings.
Add capability to filter queries
| @@ -0,0 +1,20 @@ | |||
| name: Check SARIF | |||
Code scanning / CodeQL
Inconsistent action input
| @@ -0,0 +1,52 @@ | |||
| name: Query Filter Test | |||
Code scanning / CodeQL
Inconsistent action input
| Back | FazBrowse Home | New Git URL |
Allows us to analyze and then check that certain queries were included
in the analysis and others were not.
This will be used in a future PR, but want to get this in first.
Merge / deployment checklist