mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +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
|