-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathps-rule.yaml
More file actions
40 lines (31 loc) · 774 Bytes
/
ps-rule.yaml
File metadata and controls
40 lines (31 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
requires:
PSRule.Rules.Azure: ">=1.26.0"
include:
module:
- PSRule.Rules.Azure
output:
culture:
- "en-US"
style: "GitHubActions"
input:
pathIgnore:
- bicep/modules/
configuration:
# Enable expansion of Azure Template files.
AZURE_PARAMETER_FILE_EXPANSION: true
# Enable expansion of Azure Bicep files.
AZURE_BICEP_FILE_EXPANSION: false
rule:
# Enable custom rules that don't exist in the baseline
includeLocal: true
exclude:
# Ignore the following rules for all resources
# Template
- Azure.Template.UseDescriptions
# Resource
- Azure.Resource.UseTags
# App Service
- Azure.AppService.HTTP2
- Azure.AppService.WebSecureFtp
- Azure.AppService.ARRAffinity
- Azure.AppService.ManagedIdentity