Update ci to rubocop and add brakeman
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Andrew Tomaka 2024-06-21 23:28:45 -04:00
parent d99b63b12e
commit 8f26dfd373
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -26,7 +26,17 @@ steps:
- name: bundle
path: /usr/local/bundle
commands:
- bin/bundle exec standardrb
- bin/rubocop
depends_on:
- install
- name: brakeman
image: ruby:3.3.1
volumes:
- name: bundle
path: /usr/local/bundle
commands:
- bin/brakeman
depends_on:
- install