We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of the issue When using -As Summary with Invoke-PSRule output includes all summary results instead of only pass/ fail/ error results.
-As Summary
Invoke-PSRule
Additionally when using outcome filtering instead of the default filter. All results are returned.
To Reproduce Steps to reproduce the behaviour:
@{ Name = 'test' } | Invoke-PSRule -As Summary -Outcome Fail;
Expected behaviour Only results with the worst outcome of failed should be returned.
Module in use and version
The text was updated successfully, but these errors were encountered:
Fix Invoke-PSRule summary ignores outcome filter #33
5df627b
Fix Invoke-PSRule summary ignores outcome filter #33 (#34)
e92eaf2
* Fix Invoke-PSRule summary ignores outcome filter #33 * Update issue report template
BernieWhite
No branches or pull requests
Description of the issue
When using
-As Summary
withInvoke-PSRule
output includes all summary results instead of only pass/ fail/ error results.Additionally when using outcome filtering instead of the default filter. All results are returned.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Only results with the worst outcome of failed should be returned.
Module in use and version
The text was updated successfully, but these errors were encountered: