mirror of
https://github.com/inspec/inspec
synced 2024-12-18 00:53:22 +00:00
58e8bc5167
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
13 lines
300 B
YAML
13 lines
300 B
YAML
name: required_inputs
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: A profile mentioning an input in a control file that is required
|
|
version: 0.1.0
|
|
|
|
inputs:
|
|
- name: required_01
|
|
required: true
|
|
type: string
|