Bernie White

Results 291 issues of 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...

enhancement

Add test coverage tracking.

ci-quality

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

Migrate this repository/ project to the Azure org.

enhancement

Add code signing to distribution of modules files including binary and PowerShell files.

enhancement
ci-quality

Add files to support software bill of materials (SBOM) for module.

enhancement
ci-quality

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.

documentation
good first issue
help wanted

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