mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
13 lines
No EOL
390 B
YAML
13 lines
No EOL
390 B
YAML
name: profile-lock-required
|
|
title: mock profile for inspec check
|
|
summary: An InSpec Compliance Profile
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
copyright_email: support@chef.io
|
|
license: Apache-2.0
|
|
version: 1.0.0
|
|
depends:
|
|
- name: ssh-baseline
|
|
url: https://github.com/dev-sec/ssh-baseline
|
|
- name: linux-baseline
|
|
url: https://github.com/dev-sec/linux-baseline |