mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
8 lines
246 B
Ruby
8 lines
246 B
Ruby
# encoding: utf-8
|
|
# copyright: 2015, The Authors
|
|
# license: All rights reserved
|
|
include_controls 'ssh-hardening'
|
|
include_controls 'os-hardening'
|
|
include_controls 'ssl-benchmark'
|
|
include_controls 'linux'
|
|
include_controls 'windows-patch-benchmark'
|