No description
Find a file
Dominik Richter 1a05865d6e feature: print number of rules checked
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2015-06-16 23:33:27 +02:00
bin print validation info on default checking mode 2015-06-10 17:54:35 +02:00
lib feature: print number of rules checked 2015-06-16 23:33:27 +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.