tools: ignore test directory in CodeQL scans · nodejs/node@9c21abc · GitHub
Skip to content

Commit 9c21abc

Browse files
Trottaduh95
authored andcommitted
tools: ignore test directory in CodeQL scans
Scanning the test directory results in many false positives about hard-coded credentials. We want the code scan for user-exectuable code and possibly our tools, but not generally for tests. Ignore the test directory in CodeQL scans. A long list of false positives makes it harder to interpret the result of CodeQL runs. PR-URL: #57978 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent af41dd3 commit 9c21abc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)