mirror of
https://github.com/inspec/inspec
synced 2024-12-20 10:03:28 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
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
|