mirror of
https://github.com/github/codeql.git
synced 2026-01-08 12:10:22 +01:00
New poisonable steps
This commit is contained in:
@@ -17,29 +17,36 @@ extensions:
|
||||
# source: https://boostsecurityio.github.io/lotp/
|
||||
data:
|
||||
- ["ant "]
|
||||
- ["bundle install"]
|
||||
- ["bundle exec "]
|
||||
- ["bundle "]
|
||||
- ["cargo "]
|
||||
- ["checkov "]
|
||||
- ["eslint "]
|
||||
- ["go generate"]
|
||||
- ["go run"]
|
||||
- ["gomplate "]
|
||||
- ["gradle "]
|
||||
- ["java -jar "]
|
||||
- ["java -jar"]
|
||||
- ["make "]
|
||||
- ["mkdocs build"]
|
||||
- ["msbuild "]
|
||||
- ["mvn "]
|
||||
- ["npm i(nstall)?(\\b|$)"]
|
||||
- ["npm run "]
|
||||
- ["npm ci(\\b|$)"]
|
||||
- ["pip install -r "]
|
||||
- ["mkdocs"]
|
||||
- ["msbuild"]
|
||||
- ["mvn"]
|
||||
- ["mypy"]
|
||||
- ["npm i(nstall)?"]
|
||||
- ["npm run"]
|
||||
- ["npm ci"]
|
||||
- ["pre-commit"]
|
||||
- ["prettier"]
|
||||
- ["pip install -r"]
|
||||
- ["pip install --requirement"]
|
||||
- ["poetry install"]
|
||||
- ["poetry run"]
|
||||
- ["pre-commit run"]
|
||||
- ["pre-commit install"]
|
||||
- ["poetry"]
|
||||
- ["pylint"]
|
||||
- ["pytest"]
|
||||
- ["terraform plan"]
|
||||
- ["terraform apply"]
|
||||
- ["rake "]
|
||||
- ["rails db:create"]
|
||||
- ["rails assets:precompile"]
|
||||
- ["rubocop "]
|
||||
- ["terraform "]
|
||||
- ["tflint"]
|
||||
- ["yarn "]
|
||||
- addsTo:
|
||||
pack: github/actions-all
|
||||
|
||||
Reference in New Issue
Block a user