inspec/test/fixtures/profiles/old-examples/meta-profile/controls/example.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

12 lines
288 B
Ruby

# 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'