mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
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
|