mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
A previous change designed to ignore test files in CodeQL scans had multiple problems. This fixes the CodeQL scan breakage. It adds a CodeQL config file, which allows us to ignore the test directory in our scans. Refs: https://github.com/nodejs/node/pull/57978#issuecomment-2829182983 Refs: https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#specifying-directories-to-scan PR-URL: https://github.com/nodejs/node/pull/58036 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
5 lines
44 B
YAML
5 lines
44 B
YAML
name: CodeQL config
|
|
|
|
paths-ignore:
|
|
- test
|