inspec/examples/meta-profile/controls/example.rb
Dominik Richter bac360475f bugfix: dev-sec/ssl-benchmark -> ssl-baseline
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2017-05-09 10:58:07 +02:00

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'