mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
d779dd53ae
Signed-off-by: Steven Danna <steve@chef.io>
14 lines
384 B
YAML
14 lines
384 B
YAML
name: inheritance
|
|
title: InSpec example inheritance
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
copyright_email: support@chef.io
|
|
license: Apache 2 license
|
|
version: 1.0.0
|
|
depends:
|
|
- name: profile_a
|
|
path: ../profile_a
|
|
- name: profile_b
|
|
path: ../profile_b
|
|
- name: os-hardening
|
|
url: https://github.com/dev-sec/tests-os-hardening/archive/master.tar.gz
|