mirror of
https://github.com/github/codeql.git
synced 2026-01-09 20:50:21 +01:00
Add cargo as poisonable step
This commit is contained in:
@@ -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 "
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user