inspec/examples/meta-profile/controls/example.rb
Christoph Hartmann fef4f9447b add functional tests
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2016-11-09 11:49:51 -06:00

14 lines
341 B
Ruby

# encoding: utf-8
# copyright: 2015, The Authors
# license: All rights reserved
# import full profile
include_controls 'hardening/ssh-hardening'
# select only individual controls
include_controls 'ssl-benchmark' do
control "tls1.2"
end
# inspec knows that it cannot run Windows tests on Linux
include_controls 'windows-patch-benchmark'