mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
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> |
||
---|---|---|
.. | ||
resources | ||
utils | ||
verify | ||
vulcano | ||
verify.rb | ||
vulcano.rb |