Merge "Adding Bandit project to StackForge"
This commit is contained in:
commit
67a229c110
@ -868,6 +868,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
|
@ -547,6 +547,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
|
||||
|
@ -3501,6 +3501,11 @@ projects:
|
||||
gate:
|
||||
- gate-aviator-tests
|
||||
|
||||
- name: stackforge/bandit
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/billingstack
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user