mirror of
https://github.com/inspec/inspec
synced 2024-12-21 18:43:13 +00:00
9 lines
176 B
Ruby
9 lines
176 B
Ruby
# encoding: utf-8
|
|
|
|
include_controls 'profile_a'
|
|
include_controls 'profile_b'
|
|
include_controls 'ssh-hardening' do
|
|
12.upto(12) do |i|
|
|
skip_control "ssh-%02d" % i
|
|
end
|
|
end
|