mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
ce16120b18
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
13 lines
431 B
YAML
13 lines
431 B
YAML
name: deprecation-check
|
|
title: Deprecation Testing profile, to trigger deprecations during inspec check
|
|
maintainer: inspec@chef.io
|
|
copyright: The Authors
|
|
copyright_email: inspec@chef.io
|
|
license: Apache-2.0
|
|
summary: An InSpec Compliance Profile
|
|
version: 0.1.0
|
|
|
|
# This test relies on these deprecation groups remaining :warn
|
|
attributes:
|
|
- name: favorite_fruit
|
|
default: banana # This should trigger attrs_value_replaces_default
|