Skip to content

Commit 9812159

Browse files
authored
Ignoring this file from CodeQL too
1 parent 73c823c commit 9812159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/codeql-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
paths-ignore:
22
# Ignore the wasm folder which requires compiling for wasm, not supported by CodeQL
33
- wasm/
4-
# node_modules and compiled ui
4+
# node_modules, compiled UI, and the WASM runtime from Go
55
- ui/node_modules
66
- ui/dist
7+
- ui/src/sw/wasm_exec.js
78

89
# Adding other queries
910
queries:

0 commit comments

Comments
 (0)