inspec/examples/meta-profile/controls/example.rb
Miah Johnson 659b4b373a Remove # encoding: utf8 magic comments
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-07 16:06:23 -07: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'