PSRule
PSRule copied to clipboard
Validate infrastructure as code (IaC) and objects using PowerShell rules.
### 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: -...
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...
### 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...