No description
Find a file
Dominik Richter a8579985aa update serverspec dependency
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2015-06-18 23:54:09 +02:00
bin print validation info on default checking mode 2015-06-10 17:54:35 +02:00
lib feature: include other rules 2015-06-18 17:32:40 +02:00
Gemfile add gemfile 2015-06-18 23:54:02 +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.