mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
8f10ee53c5
- Allow users to elide the `name` attributes - Assume a default source of supermarket Fixes #1048 Signed-off-by: Steven Danna <steve@chef.io>
17 lines
594 B
YAML
17 lines
594 B
YAML
name: meta-profile
|
|
title: Meta Compliance Profile
|
|
maintainer: InSpec Authors
|
|
copyright: InSpec Authors
|
|
copyright_email: support@chef.io
|
|
license: Apache 2
|
|
summary: InSpec Profile that is only consuming dependencies
|
|
version: 0.2.0
|
|
depends:
|
|
- name: hardening/ssh-hardening # defaults to supermarket
|
|
- name: os-hardening
|
|
url: https://github.com/dev-sec/tests-os-hardening/archive/master.zip
|
|
- git: https://github.com/dev-sec/ssl-benchmark.git
|
|
- name: windows-patch-benchmark
|
|
git: https://github.com/chris-rock/windows-patch-benchmark.git
|
|
- name: linux
|
|
compliance: base/linux
|