inspec/test/fixtures/profiles/fetcher-failures/git-deps-on-missing/inspec.yml
Clinton Wolfe 928cf6f05e Functional test and fixtures for git fetcher fallback
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-01-03 14:15:04 -05:00

10 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