Class: RakeCheck::Checker::BundlerAudit

Inherits:
Base
  • Object
show all
Defined in:
lib/rake_check/checker/bundler_audit.rb

Overview

BundlerAudit checks the output for unsafe dependencies

Instance Attribute Summary

Attributes inherited from Base

#check_output, #options, #short_message, #time

Instance Method Summary collapse

Methods inherited from Base

#initialize, #status, #success?, #type

Constructor Details

This class inherits a constructor from RakeCheck::Checker::Base

Instance Method Details

#runObject



7
8
9
# File 'lib/rake_check/checker/bundler_audit.rb', line 7

def run
  run_command 'bundle-audit'
end