inspec/test/unit/mock/profiles/profile-with-required-inputs/inspec.yml
Clinton Wolfe f7d58ad92c Replace most mentions of attribute with input in test/
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-02-20 20:41:10 -05:00

17 lines
475 B
YAML

name: profile-with-required-inputs
title: InSpec example for inputs override
maintainer: Chef Software, Inc.
copyright: Chef Software, Inc.
copyright_email: support@chef.io
license: Apache-2.0
summary: Demonstrates the use of InSpec profile inheritance
version: 1.0.0
supports:
- platform-family: unix
- platform-family: windows
inspec_version: '>= 2.3.5'
attributes:
- name: cis_level
required: true
description: 'CIS profile level to audit'
type: numeric