mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
80241ec971
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
11 lines
295 B
YAML
11 lines
295 B
YAML
name: relative-shallow
|
|
title: relative-shallow
|
|
license: Apache-2.0
|
|
summary: A profile that depends on profiles that are stored in a repo in subdirs
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
depends:
|
|
- name: child-01
|
|
git: test/unit/mock/profiles/git-fetcher/git-repo-01
|
|
relative_path: child-01
|