mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Change host_resource_proto_usage from warn -> fail_control
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
656406b8f6
commit
225b167ea3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"suffix": "This will not be supported in InSpec 4.0."
|
||||
},
|
||||
"host_resource_proto_usage": {
|
||||
"action": "warn",
|
||||
"action": "fail_control",
|
||||
"suffix": "This will not be supported in InSpec 4.0."
|
||||
},
|
||||
"inspec_ui_methods": {
|
||||
|
|
Loading…
Reference in a new issue