Releases: Azure/template-analyzer
Releases · Azure/template-analyzer
Version 0.3.0
- Replaces TTK for PSRule as the core of our PowerShell engine
- Improves the documentation
- Improves the console output of the CLI
Version 0.2.0
- Adds support for scanning Bicep template files
- Adds rule severity, filtering rules based on severity, and changing built-in severity
- Adds CLI verbose option
- Bug fixes, optimizations, and improvements including:
- Update to .NET 6
- CLI returns error codes
- Improved CLI analysis output
- Logs execution errors as SARIF tool notifications
Version 0.1.2
- Fixes results in SARIF output that sometimes didn't provide the full sub-path to a template file when scanning a directory.
- Fixes a crashing bug that could happen on some templates using resource copy loops.
Version 0.1.1
- Fixes to SARIF report writing
- Requiring
--run-ttk
CLI argument to run TTK checks
Version 0.1.0
- Added option to output results to a file in SARIF format.
- Using Rule Ids instead of text names for rule identifiers.
- Bug fixes, optimizations and improvements.
0.0.2-alpha
First GitHub release of Template BPA.
- 26 native security rules built-in
- Automatic execution of ARM TTK - more than 20 best practice checks
- Simple command line execution to scan templates