Open Fryguy opened 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.
bundler exec rake app:test:brakeman
Alternatively, we can drop brakeman altogether, since we use Hakiri. Not sure what's the best approach.
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.