Made Brakeman CI config stricter

This commit is contained in:
Igor Alexandrov 2024-01-08 21:14:29 +04:00
parent 697319f06d
commit 0550b02c63
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
require "rubygems"
require "bundler/setup"
ARGV.unshift("--ensure-latest")
ARGV.unshift("--no-pager")
load Gem.bin_path("brakeman", "brakeman")