Add cargo as poisonable step

This commit is contained in:
Alvaro Muñoz
2024-06-24 12:45:24 +02:00
parent 6df70d1a45
commit b5dfda27fd

View File

@@ -23,7 +23,7 @@ private string dangerousCommands() {
"terraform apply", "gomplate ", "pre-commit run", "pre-commit install", "go generate",
"msbuild ", "mvn ", "gradle ", "bundle install", "bundle exec ", "^ant ", "mkdocs build",
"pytest", "pip install -r ", "pip install --requirement", "java -jar ", "poetry install",
"poetry run"
"poetry run", "cargo "
]
}