mirror of
https://github.com/inspec/inspec
synced 2025-01-05 09:49:02 +00:00
c2d92d8e86
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
14 lines
338 B
Ruby
14 lines
338 B
Ruby
# encoding: utf-8
|
|
# copyright: 2015, The Authors
|
|
# license: All rights reserved
|
|
|
|
# import full profile
|
|
include_controls 'dev-sec/ssh-baseline'
|
|
|
|
# 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'
|