Skip to content

Commit 5946785

Browse files
Trottaduh95
authored andcommitted
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: #58132 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent e732a8b commit 5946785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/codeql-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ name: CodeQL config
33
paths-ignore:
44
- test
55
- deps/v8/test
6+
- deps/v8/tools

0 commit comments

Comments
 (0)