mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Edit deprecation warning
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
9e1ef742f8
commit
b327615b85
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
"aws_resources_in_resource_pack": {
|
||||
"comment": "Deprecated in InSpec 5",
|
||||
"action": "exit",
|
||||
"prefix": "AWS resources shipped with core InSpec are deprecated and are part of resource pack for faster iteration. Please update your profiles to depend on git@github.com:inspec/inspec-aws.git ."
|
||||
"prefix": "AWS resources in core InSpec are deprecated and have been removed in InSpec 5. They are now part of a resource pack. Please update your profiles to depend on git@github.com:inspec/inspec-aws.git ."
|
||||
},
|
||||
"azure_resources_in_resource_pack": {
|
||||
"comment": "Deprecated in InSpec 5",
|
||||
"action": "exit",
|
||||
"prefix": "Azure resources shipped with core InSpec are deprecated and are part of resource pack for faster iteration. Please update your profiles to depend on git@github.com:inspec/inspec-azure.git ."
|
||||
"prefix": "Azure resources in core InSpec are deprecated and have been removed in InSpec 5. They are now part of a resource pack. Please update your profiles to depend on git@github.com:inspec/inspec-azure.git ."
|
||||
},
|
||||
"cli_option_json_config": {
|
||||
"action": "ignore",
|
||||
|
|
Loading…
Reference in a new issue