Bernie White

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

feature: core

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

bug
feature: output
upstream

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

enhancement

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

bug
feature: input

Add support for reading TOML files as an emitter. Each TOML file should be an object.

feature: input

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

bug
feature: cli

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

enhancement
feature: language

**Description of the issue** Changes files (with `Input.IgnoreUnchangedPath`) does not seem to be honouring `Input.PathIgnore`.

bug
feature: input

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

feature: language

Add a `notApiVersion` expression.

enhancement
feature: language