mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
rename example to meta-profile
This commit is contained in:
parent
4269cb374c
commit
a8a3053a48
3 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# corporate-profile
|
||||
# meta-profile
|
||||
|
||||
The inspec.yml file in this profile shows how one can use dependencies
|
||||
from non-local sources such as Git or an HTTP url. This feature can
|
|
@ -1,11 +1,11 @@
|
|||
name: corporate-profile
|
||||
title: InSpec Profile
|
||||
maintainer: The Authors
|
||||
copyright: The Authors
|
||||
copyright_email: you@example.com
|
||||
license: All Rights Reserved
|
||||
summary: An InSpec Compliance Profile
|
||||
version: 0.1.0
|
||||
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: ssh-hardening
|
||||
supermarket: hardening/ssh-hardening
|
Loading…
Reference in a new issue