mozilla / infosec-risk-management-bugzilla

Code to manage, assign, etc. bugzilla bugs for the risk management framework
Mozilla Public License 2.0
2 stars 12 forks source link

Deploy in pentest-master #3

Closed gdestuynder closed 6 years ago

gdestuynder commented 6 years ago

And disable in eis-automation

claudijd commented 6 years ago

Got a stub job here, which will run both VA and RRA auto-assignment:

https://pentest-master.private.scl3.mozilla.com/job/RRA%20and%20VA%20auto-assigner/

It's probably most helpful if we solve for https://github.com/mozilla/infosec-risk-management-bugzilla/issues/4 and then add service specific config in this repo.

claudijd commented 6 years ago

My intent would be have this job perform two commands, like so, every 2min or so...

assigner.py --config service_configs/vulnerability_assessment.yml assigner.py --config service_configs/rapid_risk_assessment.yml

I will take care of making sure the BMO API is passed in as an environment variable allowing those configs to remain public.

claudijd commented 6 years ago

This is fixed.