Skip to content

Commit 452b4d3

Browse files
committed
chore: Brakeman CIでignoreファイルを参照するよう修正、ignoreファイル名を変更
- CIワークフローに を追加 - 誤って作成されていたYAML形式のファイル名を に変更し、Brakemanに認識されるように対応
1 parent a08c447 commit 452b4d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/brakeman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: bundle install --jobs 4 --retry 3
2323

2424
- name: Run Brakeman
25-
run: bundle exec brakeman --exit-on-warn --quiet
25+
run: bundle exec brakeman --ignore-config config/brakeman.ignore --exit-on-warn --quiet
File renamed without changes.

0 commit comments

Comments
 (0)