node icon indicating copy to clipboard operation
node copied to clipboard

tools: exclude deps/v8/tools from CodeQL scans

Open Trott opened this issue 7 months ago • 2 comments

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.)

Trott avatar May 03 '25 05:05 Trott

Test run of this change in my fork: https://github.com/Trott/io.js/actions/runs/14807712228

Trott avatar May 03 '25 05:05 Trott

Test run of this change in my fork: https://github.com/Trott/io.js/actions/runs/14807712228

Confirmed that this eliminates three of the four parse errors, as expected.

Trott avatar May 03 '25 06:05 Trott

Landed in c46b2b9da30628585900b53052aec509cb59036e

nodejs-github-bot avatar May 05 '25 05:05 nodejs-github-bot