mirror of
https://github.com/github/codeql.git
synced 2026-01-05 10:40:21 +01:00
Account for all npm and pnpm subcommands
Exclude args such as `npm -v`
This commit is contained in:
@@ -32,12 +32,8 @@ extensions:
|
||||
- ["msbuild"]
|
||||
- ["mvn"]
|
||||
- ["mypy"]
|
||||
- ["npm i(nstall)?"]
|
||||
- ["npm run"]
|
||||
- ["npm ci"]
|
||||
- ["pnpm i(nstall)?"]
|
||||
- ["pnpm run"]
|
||||
- ["pnpm ci"]
|
||||
- ["npm [a-z]"]
|
||||
- ["pnpm [a-z]"]
|
||||
- ["pre-commit"]
|
||||
- ["prettier"]
|
||||
- ["pip install -r"]
|
||||
|
||||
Reference in New Issue
Block a user