mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
12 lines
326 B
YAML
12 lines
326 B
YAML
queries:
|
|
- uses: ./.github/codeql/cpp-queries
|
|
|
|
query-filters:
|
|
# don't explicitly point out FIXME comments
|
|
- exclude:
|
|
id: cpp/fixme-comment
|
|
# this rule produces too many false positives due to our custom specifiers and
|
|
# the use of void pointers in swanctl
|
|
- exclude:
|
|
id: cpp/wrong-type-format-argument
|