New poisonable steps

This commit is contained in:
Alvaro Muñoz
2024-06-27 17:25:55 +02:00
parent d998373162
commit 682236e432

View File

@@ -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