mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
12 lines
295 B
YAML
12 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
|