mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +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['desc'] = "" if v['desc'].nil?
|
||||||
v['impact'] = 1.0 if v['impact'].nil?
|
v['impact'] = 1.0 if v['impact'].nil?
|
||||||
end
|
end
|
||||||
|
j
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue