mirror of
https://github.com/inspec/inspec
synced 2025-01-11 20:59:19 +00:00
14 lines
363 B
YAML
14 lines
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
|