No description
Find a file
Dominik Richter f2fed3fa6d api: change default of multiple_values true -> false in SimpleConfig
Signed-off-by: Dominik Richter <dominik@vulcanosec.com>
2015-08-01 09:23:02 +02:00
bin feature: add configurable profile_id field 2015-06-25 17:45:46 +02:00
lib api: change default of multiple_values true -> false in SimpleConfig 2015-08-01 09:23:02 +02: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 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.