ps-rule.yaml (16 lines of code) (raw):
#
# PSRule configuration
#
# Documentation for all configuration options:
# https://aka.ms/ps-rule/options
requires:
PSRule: "@pre >=2.9.0"
PSRule.Rules.Azure: "@pre >=1.38.0"
include:
module:
- PSRule.Rules.Azure
output:
culture:
- en-US
input:
pathIgnore:
# Only process *.tests.bicepparam files, in any folder
- "**"
- "!**/*.tests.bicepparam"
configuration:
AZURE_BICEP_CHECK_TOOL: true
AZURE_BICEP_MINIMUM_VERSION: "0.28.1"