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