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

Microsoft Windows Server 2019 STIG InSpec Profile
Other
14 stars 11 forks source link

V-93241 Replace variable usage with strings #31

Open karikarshivani opened 3 years ago

karikarshivani commented 3 years ago

A new approach from V-73509 from Windows Server 2016 can be followed for V-93241

karikarshivani commented 2 years ago

Thanks @rlakey for pointing this out! I'll leave this issue open to remove the variables and just replace them with the string inside the describe block:

it { should have_property '\\\\*\\NETLOGON' }
it { should have_property '\\\\*\\SYSVOL' }