PowerStig
PowerStig copied to clipboard
Refactor PowerSTIG Tests for Pester 5.x
Is your feature request related to a problem? Please describe.
Refactor PowerSTIG Tests for Pester 5.x
Describe the solution you'd like
The issue is with a recent change in the git client, specifically 2.29, it was discovered that the DscResource.Test v13.x changelog test logic uses git diff code that throws a git error (better stated throws the git help because of incorrect syntax). This appears to be addressed in DscResource.Test v14.x, however, PowerSTIGs tests cannot leverage Pester v5 and will need to be refactored to accommodate the change in DscResource.Test v14.