Skip to content

v0.4.0

Compare
Choose a tag to compare
@webtonize webtonize released this 04 Jan 13:20
· 13 commits to main since this release
6917d55

What's new

Features:

  • -PassThru Parameter. This new parameter enables the export functions to write their output to the PowerShell pipeline and not write any files to storage. This enables full in-memory execution of the rules and prevents sensitive information written to the filesystem.
  • Azure DevOps Group export and rules. Group information is now exported and 3 new rules have been added for best practices concering the default groups in Azure DevOps.
  • All repository branches are now exported and in scope. With the PSRule Supression Groups functionality you can define the scope of branches that should be protected with best practices.
  • All serviceconnections are now exported and in scope. Previous versions of the module only inspected serviceconnections with names like prd, production etc. The scope has now been expanded to all serviceconnections and suppression groups can be set as shown in the supplied example for best-practice based suppression groups.
  • Build (-artifact) retention settings export and rules.
  • Rules for private vs. public projects and corresponding baselines.
  • Enhancements in unit testing maintainability.

Rules: