mirror of
https://github.com/inspec/inspec
synced 2024-11-15 09:27:20 +00:00
e77d5331c5
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
14 lines
No EOL
363 B
YAML
14 lines
No EOL
363 B
YAML
name: metadata-pattern
|
|
title: InSpec Profile to test :pattern flag on inputs using metadata
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
license: Apache-2.0
|
|
summary: A profile that tests the :pattern flag on inputs
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
inputs:
|
|
- name: input_value_01
|
|
value: 5
|
|
pattern: ^\d*[13579]$
|
|
required: true |