No description
Find a file
Dominik Richter 8294641b1e bugfix: allow json/check methods to run despite only_if in profile
Signed-off-by: Dominik Richter <dominik@vulcanosec.com>
2015-06-21 22:36:38 +02:00
bin improvement: split vulcano core library from verification 2015-06-19 16:45:36 +02:00
lib bugfix: allow json/check methods to run despite only_if in profile 2015-06-21 22:36:38 +02:00
Gemfile add license_finder to dev gems 2015-06-19 15:06:13 +02:00
README.md feature: add pry for development consoles 2015-06-10 17:40:16 +02:00
vulcano.gemspec update serverspec dependency 2015-06-18 23:54:09 +02:00

vulcanosec cli

CLI tool for vulcanosec.

Development

You can get a console within your evaluation context. Example:

rule "sth-new" do
  binding.pry
  ...
end

Once you run vulcano check myprofile/ you will get a CLI context.

Copyright 2015 Dominik Richter. All rights reserved.