mirror of
https://github.com/inspec/inspec
synced 2024-12-24 03:53:15 +00:00
12fcb24932
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
14 lines
389 B
YAML
14 lines
389 B
YAML
name: top-level-relative
|
|
title: top-level-relative
|
|
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
|
|
# - name: child-02
|
|
# git: ./git-repo-01
|
|
# relative_path: deeper-path/in/repo/child-01
|