Adding Bandit project to StackForge
This adds Bandit, a Python AST-based static analyzer from OpenStack Security Group (https://github.com/chair6/bandit), to StackForge. Change-Id: I0e1892c1a80aefcc18fc677d758ec3afec571073
This commit is contained in:
parent
34ba7f17b2
commit
fbf6c0691a
@ -856,6 +856,7 @@ openstack-security:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/security-doc
|
||||
- stackforge/bandit
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -0,0 +1,14 @@
|
||||
[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
|
@ -540,6 +540,9 @@
|
||||
- project: stackforge/aviator
|
||||
description: An OpenStack client library for Ruby
|
||||
upstream: git://github.com/aviator/aviator
|
||||
- project: stackforge/bandit
|
||||
description: Python AST-based static analyzer from OpenStack Security Group
|
||||
upstream: git://github.com/chair6/bandit.git
|
||||
- project: stackforge/billingstack
|
||||
upstream: git://github.com/billingstack/billingstack
|
||||
description: Billing software
|
||||
|
@ -3483,6 +3483,11 @@ projects:
|
||||
gate:
|
||||
- gate-aviator-tests
|
||||
|
||||
- name: stackforge/bandit
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/billingstack
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user