inspec/test/unit/mock/profiles/profile-with-required-attributes/inspec.yml
Jared Quick cbb3b600d9
Fix archive with required attributes (#3468)
* Skip require check unless we are in a exec call.
* Add testing
* Update comment.

Signed-off-by: Jared Quick <jquick@chef.io>
2018-10-05 16:24:26 -04:00

17 lines
483 B
YAML

name: profile-with-required-attributes
title: InSpec example for attributes 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