Skip to content

Releases: Azure/template-analyzer

Version 0.3.0

26 Aug 21:15
c354c02
Compare
Choose a tag to compare
  • 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

13 Jul 23:07
e17c905
Compare
Choose a tag to compare
  • 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

15 Mar 17:21
3d9a705
Compare
Choose a tag to compare
  • 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

19 Nov 21:41
7b4dd38
Compare
Choose a tag to compare
  • Fixes to SARIF report writing
  • Requiring --run-ttk CLI argument to run TTK checks

Version 0.1.0

17 Nov 22:16
5051409
Compare
Choose a tag to compare
  • 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

13 Jul 20:06
dd3cae1
Compare
Choose a tag to compare

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