mirror of
https://github.com/inspec/inspec
synced 2024-12-23 19:43:14 +00:00
10 lines
217 B
YAML
10 lines
217 B
YAML
|
name: url-bad
|
||
|
license: Apache-2.0
|
||
|
summary: A profile with a bad URL dependency
|
||
|
version: 0.1.0
|
||
|
supports:
|
||
|
platform: os
|
||
|
depends:
|
||
|
- name: nonesuch
|
||
|
url: https://localhost/inspec/inspec-nonesuch/path/to/profile.tgz
|