mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
2d49f39adc
Signed-off-by: devoptimist <sbrown@chef.io>
13 lines
306 B
Ruby
13 lines
306 B
Ruby
# encoding: utf-8
|
|
# copyright: 2015, The Authors
|
|
|
|
# import full profile
|
|
include_controls 'dev-sec/ssh-baseline'
|
|
|
|
# select only individual controls
|
|
include_controls 'ssl-baseline' do
|
|
control "tls1.2"
|
|
end
|
|
|
|
# inspec knows that it cannot run Windows tests on Linux
|
|
include_controls 'windows-patch-benchmark'
|