Bernie White
Bernie White
Build out documentation for additional metadata that can be added to template. For example: https://github.com/Azure/PSDocs.Azure/blob/60042559ce59489cdfe2a463b891114f94121f03/templates/storage/v1/template.json#L4-L7 https://github.com/Azure/PSDocs.Azure/blob/60042559ce59489cdfe2a463b891114f94121f03/templates/storage/v1/template.json#L18-L22 Documentation needs to be published under MicrosoftDocs.
**Is your feature request related to a problem? Please describe.** Currently you can configure the severity of Bicep linter rules by `bicepconfig.json`. However when customers that have controlled pipelines for...
When repository data can not be exported due to authorization a warning or error should be reported but analysis should continue based on any data exported.
Currently PSRule tries to export all data related to a repository however some may not be accessible. We should provide a configuration option to allow this to be configured.
When setting `Rule.Exclude` locally and `Rule.Exclude` within a baseline, there may be some confusion as to the resultant set of rules. Let's investigate if this still make sense. Related to...
Currently when PSRule does not find any rules (warning) or any objects or no rules are processed no error that stops the pipeline is generated (fail open). We should add...
## PR Summary - Refactoring to use standard `ILogger` interface. Working towards #1837 ## PR Checklist - [x] PR has a meaningful title - [x] Summarized changes - [x] Change...
**Description of the issue** When running `ps-rule module restore` or `ps-rule module add` with no lock file an exception occurs. **Error output** ```text Unhandled exception: System.Management.Automation.CommandNotFoundException: The term 'Find-Module' is...
SARIF output is pulled into downstream tools such as GHAS, when issues are raised anybody reading the details needs to have a clear picture of was it wrong and what...