mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
No description
bin | ||
lib | ||
test | ||
.gitignore | ||
.rubocop.yml | ||
.tests.yaml | ||
Gemfile | ||
Rakefile | ||
README.md | ||
vulcano.gemspec |
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.