ps-rule
ps-rule copied to clipboard
Validate infrastructure as code (IaC) and DevOps repositories using GitHub Actions.
Update documentation to make it clear that `inputPath` is a relative path, because it is appended to `path`. A fully qualified path will fail.
There are still some exceptions which are hard to troubleshoot. We should add additional output logging for exceptions.
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...
Switch to using PSResourceGet for module installation + add PSGallery as repository if not present
**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...
Currently the `source:` input only supports relative paths. Add support for absolutely paths.