mirror of
https://github.com/inspec/inspec
synced 2024-12-14 07:12:42 +00:00
12 lines
300 B
YAML
12 lines
300 B
YAML
|
name: relative-deep
|
||
|
title: releative-deep
|
||
|
license: Apache-2.0
|
||
|
summary: A profile that uses git to depend on profiles in deep subdirs
|
||
|
version: 0.1.0
|
||
|
supports:
|
||
|
platform: os
|
||
|
depends:
|
||
|
- name: child-02
|
||
|
git: test/unit/mock/profiles/git-fetcher/git-repo-01
|
||
|
relative_path: deeper-path/in/repo/child-02
|