You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/brakeman-8.0.4/bin/brakeman

11 lines
258 B

#!/usr/bin/env ruby
#Adjust path in case called directly and not through gem
$:.unshift "#{File.expand_path(File.dirname(__FILE__))}/../lib"
Encoding.default_external = 'UTF-8'
require 'brakeman'
require 'brakeman/commandline'
Brakeman::Commandline.start