Bernie White
Bernie White
Currently PSRule supports Windows using PowerShell 5.1 and above. This is great for Windows administrators however not great for everyone else. When enabling validation within a CI/CD pipeline, the agent...
Update docs to include a GitHub Actions/ Azure Pipeline example and details for using a pre-release version of PSRule.
PSRule supports suppressing rules on a per object basis by target name. To suppress a rule, `ps-rule.yaml` is manually edited. We should support suppressing a rule by a cmdlet. Something...
PowerShell supports localisation of modules using `.psd1` files. Support for localisation of PSRule has been added however messages haven't been localised and needs to be done. - [ ] Localize...
Currently PSRule validates objects passed to it against a set of rules. Matching rules produce result data for reporting based on pass or failure. PSRule can be further extended to...
Currently PSRule validates objects passed to it against a set of rules. Matching rules produce result data for reporting based on pass or failure. PSRule can be further extended to...
Rules can define and use configuration. The configuration options may be important for the correct execution of the rule. Currently rules that use configuration can include notes to describe how...
Currently PSRule commands such as `Assert-PSRule` allows filtering input objects by using the `-TargetType` parameter or `Input.TargetType` option. Add support for filtering input objects based on a selector.
Currently `Test-PSRuleTarget` only returns `$True` or `$False`. Additionally an option to `-PassThru` the target object based on `$True` or `$False` would helpful in a number of scenarios.
**Description of the issue** `PSRule.Static analysis.Has no quality errors` fails during CI process inconsistently. Rerunning from same commit often does not reproduce the same issue making this issue extremely hard...