No description
Find a file
Christoph Hartmann 7bba429bcd update gem spec
2015-09-22 01:42:27 +02:00
bin more rubocop fixes 2015-09-04 09:59:30 +02:00
lib bugfix: url handler crashing on handles? 2015-09-22 01:42:26 +02:00
test split up ssh client and server config 2015-09-22 01:42:27 +02:00
.gitignore ignore coverage output 2015-09-22 01:42:26 +02:00
.rubocop.yml update ruleset 2015-09-05 16:03:57 +02:00
.tests.yaml add debian and fedora test boxes 2015-09-22 01:42:27 +02:00
Gemfile add license_finder to dev gems 2015-06-19 15:06:13 +02:00
Rakefile use single quotes 2015-09-03 20:35:23 +02:00
README.md feature: add pry for development consoles 2015-06-10 17:40:16 +02:00
vulcano.gemspec update gem spec 2015-09-22 01:42:27 +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.