mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
11 lines
349 B
YAML
11 lines
349 B
YAML
|
name: git-deps-on-missing
|
||
|
license: Apache-2.0
|
||
|
summary: An inspec profile that has a git dependency on a profile that was deleted
|
||
|
version: 0.1.0
|
||
|
supports:
|
||
|
platform: os
|
||
|
depends:
|
||
|
- name: inspec-test-profile-missing
|
||
|
# git requires a leading slash, so rely on ERB to interpolate in the PWD...
|
||
|
git: /<%= Dir.pwd %>/inspec-test-profile-missing
|