Skip to content

Commit b0975e7

Browse files
committed
ci: Brakeman導入(開発・テスト環境)
1 parent 088d081 commit b0975e7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ group :development, :test do
7979
# NOTE: This enable GitHub Codespaces. Uncomment for YAGNI.
8080
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1526
8181
#gem 'mini_racer'
82+
83+
gem 'brakeman', require: false
8284
end

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ GEM
109109
bootstrap-sass (3.4.1)
110110
autoprefixer-rails (>= 5.2.1)
111111
sassc (>= 2.0.0)
112+
brakeman (7.1.0)
113+
racc
112114
builder (3.3.0)
113115
capybara (3.40.0)
114116
addressable
@@ -489,6 +491,7 @@ DEPENDENCIES
489491
aws-sdk-s3 (~> 1)
490492
bootsnap
491493
bootstrap-sass
494+
brakeman
492495
capybara
493496
connpass_api_v2
494497
csv

0 commit comments

Comments
 (0)