Closed BernieWhite closed 3 years ago
Custom binding configuration is overriding automatic binding with target info for InputFileInfo because of a clash on the Name
property that was intended to bind the resource name.
This feature require the following issue to be completed microsoft/PSRule#670
PSRule v0.20.0 improves support for repository scanning and has new data types that expose a
DisplayName
for file info.Using the
DisplayName
property provides a relative path with is easier to read than a full path on a CI host.Existing:
With
DisplayName
:Binding options in module configuration need to be updated to take advantage of this feature.