ManageIQ / manageiq

ManageIQ Open-Source Management Platform
https://manageiq.org
Apache License 2.0
1.35k stars 899 forks source link

Need to upgrade brakeman and run it on other repos #20121

Open Fryguy opened 4 years ago

Fryguy commented 4 years ago

To run on other repos, I believe we can just do bundler exec rake app:test:brakeman since the rake tasks from core are available in the plugins.

Fryguy commented 4 years ago

Alternatively, we can drop brakeman altogether, since we use Hakiri. Not sure what's the best approach.