mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
support chef audit folder structure
This commit is contained in:
parent
9c1f258707
commit
b0bef37b06
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module Vulcano::Targets
|
|||
end
|
||||
|
||||
HANDLERS = [
|
||||
ProfileDir, ServerspecDir, FlatDir
|
||||
ProfileDir, ChefAuditDir, ServerspecDir, FlatDir
|
||||
].map(&:new)
|
||||
|
||||
def self.get_handler(paths)
|
||||
|
|
Loading…
Reference in a new issue