PSRule icon indicating copy to clipboard operation
PSRule copied to clipboard

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

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

### Your suggestion Currently writing output is handled by `src/PSRule/Pipeline/Output/` with support for a number of different file formats. There is a number of challenges with the current implementation: -...

feature: output

This PR introduces baseline selector infrastructure to enable advanced rule filtering capabilities as requested in issue #2609. The implementation provides a foundation for using selector expressions within baselines to dynamically...

This PR adds a new `get rule` command to the PSRule CLI tool that extracts rule metadata and outputs it in JSON format for pipeline automation. ## What's Changed -...

This PR implements the ability for conventions to contribute custom content to PSRule job summaries, providing extensibility for the generated output. ## Changes Made ### Core Implementation - **Added `IJobSummaryContributor`...

### Your suggestion The option `PreferTargetInfo` was added in v1 to support better resolution of built-in objects with name and type binding instead of relying on generic binding options. It...

feature: core
.NET

### Your suggestion Currently rules expose metadata such as tags, labels, and annotations. However it's not always easy to programmatically get this information for build and release tasks. We want...

.NET
feature: cli