mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
bac360475f
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
14 lines
337 B
Ruby
14 lines
337 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-baseline' do
|
|
control "tls1.2"
|
|
end
|
|
|
|
# inspec knows that it cannot run Windows tests on Linux
|
|
include_controls 'windows-patch-benchmark'
|