mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Merge pull request #5151 from bcwood/patch-1
changed inspec.yml example to use platform-family instead of os-family, since that's the recommended property name
This commit is contained in:
commit
516f501048
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ license: Proprietary, All rights reserved
|
|||
summary: Verify that SSH Server and SSH Client are configured securely
|
||||
version: 1.0.0
|
||||
supports:
|
||||
- os-family: linux
|
||||
- platform-family: linux
|
||||
depends:
|
||||
- name: profile
|
||||
path: ../path/to/profile
|
||||
|
|
Loading…
Reference in a new issue