mirror of
https://github.com/inspec/inspec
synced 2025-01-12 13:19:09 +00:00
17 lines
No EOL
473 B
YAML
17 lines
No EOL
473 B
YAML
name: hashmap
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: A profile that checks the hash inputs using metadata file and external file.
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
inputs:
|
|
- name: metadata_basic_key
|
|
value: metadata_basic_value
|
|
- name: metadata_nested_key
|
|
value:
|
|
metadata_nested_key_str: metadata_nested_value_str
|
|
metadata_nested_key_sym: metadata_nested_value_sym |