No description
Find a file
2015-09-03 20:45:37 +02:00
bin add utf-8 header 2015-09-03 20:36:46 +02:00
lib remove redundant return 2015-09-03 20:45:37 +02:00
test add utf-8 header to tests 2015-09-03 18:04:13 +02:00
.gitignore ignore gemfile.lock 2015-06-28 11:05:57 +02:00
.tests.yaml extend integration tests 2015-09-03 17:24:45 +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 add robocop 2015-09-03 19:25:43 +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.