mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Change properties_shadow from warn -> fail_control
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
a00520d8b3
commit
7f00e54495
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
|||
"suffix": "This property will be removed in InSpec 4.0."
|
||||
},
|
||||
"properties_shadow": {
|
||||
"action": "warn",
|
||||
"suffix": "This property will be removed in InSpec 4.0."
|
||||
"action": "fail_control",
|
||||
"suffix": "This property was removed in InSpec 4.0."
|
||||
},
|
||||
"rename_attributes_to_inputs": {
|
||||
"action": "warn",
|
||||
|
|
Loading…
Reference in a new issue