mirror of
https://github.com/inspec/inspec
synced 2024-12-20 10:03:28 +00:00
25119168de
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
11 lines
295 B
YAML
11 lines
295 B
YAML
name: empty-wrapper
|
|
title: Empty Wrapper Profile
|
|
maintainer: InSpec Authors
|
|
copyright: InSpec Authors
|
|
copyright_email: support@chef.io
|
|
license: Apache-2.0
|
|
summary: An InSpec Profile that is only consuming dependencies
|
|
version: 0.2.0
|
|
depends:
|
|
- name: simple-profile
|
|
path: ../simple-profile
|