mirror of
https://github.com/inspec/inspec
synced 2025-01-04 09:18:59 +00:00
10 lines
173 B
YAML
10 lines
173 B
YAML
|
name: local-bad
|
||
|
license: Apache-2.0
|
||
|
summary: A profile with a bad local dependency
|
||
|
version: 0.1.0
|
||
|
supports:
|
||
|
platform: os
|
||
|
depends:
|
||
|
- name: nonesuch
|
||
|
path: ../nonesuch
|