mirror of https://github.com/rails/rails
Made Brakeman CI config stricter
This commit is contained in:
parent
697319f06d
commit
0550b02c63
|
@ -1,4 +1,7 @@
|
|||
require "rubygems"
|
||||
require "bundler/setup"
|
||||
|
||||
ARGV.unshift("--ensure-latest")
|
||||
ARGV.unshift("--no-pager")
|
||||
|
||||
load Gem.bin_path("brakeman", "brakeman")
|
||||
|
|
Loading…
Reference in New Issue