
This adds Bandit, a Python AST-based static analyzer from OpenStack Security Group (https://github.com/chair6/bandit), to StackForge. Change-Id: I0e1892c1a80aefcc18fc677d758ec3afec571073
15 lines
299 B
Plaintext
15 lines
299 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group bandit-core
|
|
label-Code-Review = -2..+2 group bandit-core
|
|
label-Workflow = -1..+1 group bandit-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group bandit-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|