parent
8ed6eabdb2
commit
295a5c0112
12 changed files with 155 additions and 62 deletions
6
bin/bundler-audit
Executable file
6
bin/bundler-audit
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
require_relative "../config/boot"
|
||||
require "bundler/audit/cli"
|
||||
|
||||
ARGV.concat %w[ --config config/bundler-audit.yml ] if ARGV.empty? || ARGV.include?("check")
|
||||
Bundler::Audit::CLI.start
|
Loading…
Add table
Add a link
Reference in a new issue