Class: Warder::BundleAuditRunner
- Defined in:
- lib/warder/bundle_audit_runner.rb
Overview
responsible for run bundle freshness validation
Constant Summary collapse
- CLI_OPTION =
'b'- CLI_FULL_OPTION =
'bundle-audit'- DESCRIPTION =
'Run bundle freshness validation'- COMMAND_NAME =
'bundle-audit'- FAILURE_REGEXP =
/Unpatched versions found!/
Constants inherited from Runner
Method Summary
Methods inherited from Runner
Constructor Details
This class inherits a constructor from Warder::Runner