Bernie White

Results 291 issues of 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...

help wanted
documentation
good first issue

Update docs to include a GitHub Actions/ Azure Pipeline example and details for using a pre-release version of PSRule.

documentation

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...

enhancement
feature: options

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...

enhancement
feature: core

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...

enhancement
incubate
feature: core

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...

enhancement
incubate
feature: core

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...

enhancement
feature: core

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.

enhancement
feature: selectors

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.

enhancement
help wanted

**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...

ci-quality