inspec/test/unit/mock/profiles/attributes/required/inspec.yml
Clinton Wolfe 4cf9e23e9d Move most test fixture profiles under attributes/
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-02-06 18:10:19 -05:00

12 lines
262 B
YAML

name: required_attributes
title: InSpec Profile
maintainer: The Authors
copyright: The Authors
copyright_email: you@example.com
license: Apache-2.0
summary: An InSpec Compliance Profile
version: 0.1.0
attributes:
- name: username
type: string
required: true