Skip to content

Commit d278e9b

Browse files
committed
Updated brakeman to 8.0.2 and added rubocop and brakeman commands to Makefile
1 parent 9078b4d commit d278e9b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
bindex (0.8.1)
8787
bootsnap (1.19.0)
8888
msgpack (~> 1.2)
89-
brakeman (7.1.1)
89+
brakeman (8.0.2)
9090
racc
9191
builder (3.3.0)
9292
bullet (8.1.0)

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ sim-email-once: ## Send a single simulated email (env: SENT_OFFSET_SECONDS, EXIS
6767

6868
sim-email-stream: ## Start a continuous simulated email stream (env: MIN_INTERVAL_SECONDS, MAX_INTERVAL_SECONDS, EXISTING_ALIAS_PROB, EXISTING_TOPIC_PROB)
6969
$(COMPOSE) exec web ruby script/simulate_email_stream.rb
70+
71+
rubocop: ## Run rubocop
72+
$(COMPOSE) exec web bundle exec rubocop
73+
74+
brakeman: ## Run brakeman
75+
$(COMPOSE) exec web bin/brakeman

0 commit comments

Comments
 (0)