mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
bugfix: create check structure with meta-info
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
8a8021a7ab
commit
e86cd978eb
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ module Vulcano
|
|||
v['desc'] = "" if v['desc'].nil?
|
||||
v['impact'] = 1.0 if v['impact'].nil?
|
||||
end
|
||||
j
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue