mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
12 lines
196 B
Ruby
12 lines
196 B
Ruby
|
# encoding: utf-8
|
||
|
# copyright: 2015, Chef Software, Inc.
|
||
|
# license: All rights reserved
|
||
|
|
||
|
include_controls 'profile' do
|
||
|
skip_control 'tmp-1.0'
|
||
|
|
||
|
control 'gordon-1.0' do
|
||
|
impact 0.0
|
||
|
end
|
||
|
end
|