No description
Find a file
Dominik Richter df446fae35 don't depend on the full vulcano lib in gemspec
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2015-08-13 17:21:35 -07:00
bin add configurable targets and backends 2015-08-12 18:48:17 -07:00
lib add detect utility to get os info 2015-08-13 17:18:17 -07:00
.gitignore ignore gemfile.lock 2015-06-28 11:05:57 +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 don't depend on the full vulcano lib in gemspec 2015-08-13 17:21:35 -07: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.