Skip to content

Commit 5bd7f2c

Browse files
committed
Exclude vmlinux.h in CodeQL
1 parent 05dcc8f commit 5bd7f2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
with:
9090
languages: cpp
9191
queries: security-extended,security-and-quality
92+
config: |
93+
paths-ignore:
94+
- tty-resizer/vmlinux.h
9295
9396
- name: Build TTY Resizer
9497
working-directory: tty-resizer

0 commit comments

Comments
 (0)