mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
tools: exclude deps/v8/tools from CodeQL scans
This will remove three of the four "A parse error occurred" issues during JavaScript CodeQL scans. (The fourth occurrence is in our code base, although it might be a false positive. Someone can figure that one out sooner or later, but we certainly can bypass scanning V8 tools.) PR-URL: https://github.com/nodejs/node/pull/58132 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
parent
f75a1265a8
commit
c46b2b9da3
1 changed files with 1 additions and 0 deletions
1
.github/codeql-config.yml
vendored
1
.github/codeql-config.yml
vendored
|
@ -3,3 +3,4 @@ name: CodeQL config
|
|||
paths-ignore:
|
||||
- test
|
||||
- deps/v8/test
|
||||
- deps/v8/tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue