mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
No description
2e1106b933
include_rules 'vulcanosec/ssh' this will include all rules defined in vulcanosec/ssh require_rules 'vulcanosec/linux' this will not include any rules yet, but you may choose what you want to pull in. both have a block attached which will allow you to choose rules (for require_rules) and redefined/change existing rules as you like. small example: require_rules 'vulcanosec/linux' do rule fs-3 do impact 1.0 end end Signed-off-by: Dominik Richter <dominik@vulcanosec.com> |
||
---|---|---|
bin | ||
lib | ||
Gemfile | ||
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.