mitre/microsoft-windows-server-2016-stig-baseline

Change `desc` to `skip`

Opened this issue · 0 comments

Using desc in the InSpec logic overrides the description of the STIG rule. To avoid that, change code from:

impact 0.0
desc 'This control is not applicable'

to:

impact 0.0
describe 'This control is not applicable' do
  skip 'This control is not applicable'
end

Controls found with desc:

  • V-73237
  • V-73267
  • V-73289
  • V-73299
  • V-73377
  • V-73495
  • V-73541
  • V-73651
  • V-73677
  • V-73707
  • V-73709
  • V-73711
  • V-73713
  • V-73715
  • V-73717
  • V-73719
  • V-73721