inspec/README.md

19 lines
301 B
Markdown
Raw Normal View History

# vulcanosec cli
CLI tool for vulcanosec.
## Development
You can get a console within your evaluation context. Example:
```ruby
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.