You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add brakeman as a development dependency in playbook (#4121)
**What does this PR do?**
Adds brakeman as a development dependency. This allows the scanner to
work correctly, and developers to scan locally. It does not affect
production code.
**How to test?** Steps to confirm the desired behavior:
This does not contain any functional changes. If you want to run
brakeman locally, make sure you're inside of playbook/playbook and have
bundled. Then run `brakeman scan .`
#### Checklist:
- [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new
kit`, `deprecated`, or `breaking`. See [Changelog &
Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels)
for details.
- [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a
review.
- [ ] **TESTS** I have added test coverage to my code.
0 commit comments