mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
13 lines
328 B
YAML
13 lines
328 B
YAML
|
name: unsupported_dependencies_wrapper
|
||
|
title: InSpec Profile
|
||
|
maintainer: The Authors
|
||
|
copyright: The Authors
|
||
|
copyright_email: you@example.com
|
||
|
license: Apache-2.0
|
||
|
summary: An InSpec wrapper profile for unsupported dependencies
|
||
|
version: 0.1.0
|
||
|
depends:
|
||
|
- name: child_profile
|
||
|
path: ../child_profile
|
||
|
- path: ../child_profile2
|