ps-rule icon indicating copy to clipboard operation
ps-rule copied to clipboard

Validate infrastructure as code (IaC) and DevOps repositories using GitHub Actions.

Results 6 ps-rule issues
Sort by recently updated
recently updated
newest added

Update documentation to make it clear that `inputPath` is a relative path, because it is appended to `path`. A fully qualified path will fail.

documentation

There are still some exceptions which are hard to troubleshoot. We should add additional output logging for exceptions.

enhancement

Currently output from PSRule can be filtered to a specific set of outcomes by setting `Output.Outcome` through an environment variable or `ps-rule.yaml`. However this is common case that a parameter...

enhancement

Bump PSRule to 2.5.3.

dependencies

**Is your feature request related to a problem? Please describe.** ``` Run /home/runner/work/_actions/microsoft/ps-rule/v2.9.0/powershell.ps1 -InputType 'repository' -InputPath '' -Modules 'PSRule.Rules.Azure' -Source '.ps-rule/' -Baseline '' -Conventions '' -Option '' -Outcome '' -OutputFormat...

bug

Currently the `source:` input only supports relative paths. Add support for absolutely paths.

enhancement