No description
Find a file
Dominik Richter e86cd978eb bugfix: create check structure with meta-info
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2015-06-12 12:32:10 +02:00
bin print validation info on default checking mode 2015-06-10 17:54:35 +02:00
lib bugfix: create check structure with meta-info 2015-06-12 12:32:10 +02:00
README.md feature: add pry for development consoles 2015-06-10 17:40:16 +02:00
vulcano.gemspec feature: add pry for development consoles 2015-06-10 17:40:16 +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.