mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
4f6d296a22
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
11 lines
294 B
YAML
11 lines
294 B
YAML
name: relative-nonesuch
|
|
title: relative-nonesuch
|
|
license: Apache-2.0
|
|
summary: A profile that depends on a profile with a bad relative path
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
depends:
|
|
- name: none-such-01
|
|
git: test/unit/mock/profiles/git-fetcher/git-repo-01
|
|
relative_path: no/such/path
|