Bernie White
Bernie White
Currently PSRule supports suppression by name within options or by using a suppression group. These suppression options are typically set within the repository where the infrastructure as code lives. For...
### Discussed in https://github.com/microsoft/PSRule/discussions/1722 Originally posted by **paulmcclbg** January 3, 2024 If I run the following: **Assert-PSRule** -InputPath ./test-sample-1.json -Module PSRule.Rules.Azure then the command runs fine and I get rule...
To support shipping and running PSRule from within Visual Studio Code we need to rework some parts of the CLI. We need to be able to easily build and include...
**Description of the issue** The option `Input.IgnoreObjectSource` is not working correcting with the following options: ```yaml input: # By default, objects read from file using inputPath will be skipped if...
Add support for reading TOML files as an emitter. Each TOML file should be an object.
When running `ps-rule run -f .\example.bicep` if the file can not be found a message `[ERROR] Unable to find the specified file.` returns quickly but a number of seconds elapses...
### Discussed in https://github.com/microsoft/PSRule/discussions/1687 Originally posted by **JonasCordsen** December 5, 2023 Hello I am trying to create a custom rule, that should match if a parameter I pass match the...
**Description of the issue** Changes files (with `Input.IgnoreUnchangedPath`) does not seem to be honouring `Input.PathIgnore`.
### Discussed in https://github.com/microsoft/PSRule/discussions/904 Originally posted by **BernieWhite** January 7, 2022 Across expressions (used in YAML and JSON resources) and assertion methods (used in PowerShell resources) there are different names...