PSRule icon indicating copy to clipboard operation
PSRule copied to clipboard

Validate infrastructure as code (IaC) and objects using PowerShell rules.

Results 69 PSRule issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....

dependencies

PSRule v2 introduced a severity level for rules that can be configured as `Error`, `Warning`, or `Information`. The `Level` can be defined on each rule or inherits from the default...

enhancement
feature: baselines

Bumps [Sarif.Sdk](https://github.com/Microsoft/sarif-sdk) from 2.4.16 to 3.0.0. Release notes Sourced from Sarif.Sdk's releases. v3.0.0 v3.0.0 Sdk | Driver | Converters | Multitool | Multitool Library BUGFIX: Loosen Newtonsoft.JSON minimum version requirement...

dependencies

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.0.0. Release notes Sourced from YamlDotNet's releases. Release 12.0.0 Merge pull request #623 from jairbubbles/add-tostring-on-yamlexception Do not include the Start / End in the YamlException...

dependencies

When a pull request is opened it may be desirable to limit checks to files included in the PR. This would be desirable when externally new rules have been introduced...

enhancement
hot
feature: input

Add documentation comments for improving usage of .NET classes and interfaces.

enhancement

Currently input from files is processed in two ways: - As object by using `-Format Detect` or specific formats such as `Json`, `Yaml`, etc... - This option reads objects from...

enhancement
breaking-change

## PR Summary - Added repository configuration scan. ## PR Checklist - [x] PR has a meaningful title - [x] Summarized changes - [x] Change is not breaking - [x]...

Currently the CSV output is fixed, providing some additional options to configure the columns include in the output would be useful for some scenarios. Such as adding a description or...

enhancement
feature: output

Currently a SHA1 hash is used for name generation as a stable fallback if `TargetName` cannot be bound. While not specifically used in a security context we should look at...

enhancement
breaking-change