inspec/test/unit/mock/profiles/old-examples/meta-profile/controls/example.rb
devoptimist 2d49f39adc moved example tests into their own sub dir, and reused examples_path variable
Signed-off-by: devoptimist <sbrown@chef.io>
2019-03-18 15:15:32 +00:00

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'