Bernie White
Bernie White
Add support for formatting items in a list. For example: ```powershell Get-Service -Name Spooler | List -Property Name,DisplayName,Status; ``` |Name|Value| | ---- | -----| |Name | Spooler| |DisplayName | Print...
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...
Add code signing to distribution of modules files including binary and PowerShell files.
Add files to support software bill of materials (SBOM) for module.
PSRule for CAF includes a number of configuration options which include the [defaults](https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/baselines/en/CAF.Strict.md). Currently no documentation is provided on overriding these configurations with different values.
If nobody has started working on something similar, I would like to add automatic generation of `.dll` files within `Create-Manifest.ps1`. BernieWhite/Project-Sauron@24a53d8