Bernie White

Results 291 issues of Bernie White

To support exemptions (#1887), exclusions (#1890), and scoped policy assignment rules (#1891) need to emit a scope to resources during expansion. To further complicate this, a single repository could include...

enhancement
feature: policy-as-rules

Policy assignments are define against a specific scope. Currently if policy as rules are exported from Azure Policy all rules will apply to matching resource regardless of resource scope. To...

enhancement
feature: policy-as-rules

Azure Policy supports exemptions to ignore mitigated or waved policy controls. When importing policy from Azure we also need to add support for these controls. Natively PSRule supports suppression groups...

enhancement
feature: policy-as-rules

Azure Policy assignments can be excluded from applying to scopes by using the `notScopes`. We should generate selectors or sub-selectors that automatically ignore resources that have these scopes if `notScopes`...

enhancement
feature: policy-as-rules

After exemptions are exported (#1888) from Azure the data needs to be converted into a suppression group as discussed in #1887.

enhancement
feature: policy-as-rules

# Rule request ## Suggested rule change Add a new rule `Azure.Function.NodeVersion` to configure a minimum version of node.js with Azure Functions. Also host version `~4` is required. Only applies...

pillar: security
rule: function-app

# Rule request ## Suggested rule change Add a new rule `Azure.Function.PowerShellVersion` to configure a minimum version of PowerShell with Azure Functions. Also host version `~4` is required. Only applies...

pillar: security
rule: function-app

Review and update rule documentation with template and bicep examples. Find documentation here: https://azure.github.io/PSRule.Rules.Azure/en/rules/resource/#azure-database-for-postgresql Find source here: https://github.com/Azure/PSRule.Rules.Azure/tree/main/docs/en/rules An example of documentation that is representative of ideal documentation is Cognitive...

documentation
rule: postgresql

Review and update rule documentation with template and bicep examples. Find documentation here: https://azure.github.io/PSRule.Rules.Azure/en/rules/resource/#azure-database-for-mysql Find source here: https://github.com/Azure/PSRule.Rules.Azure/tree/main/docs/en/rules An example of documentation that is representative of ideal documentation is Cognitive...

documentation
rule: mysql

Currently: - V0 tasks are using an old version of Node (v6) and are already warning that this is not supported. - V1 tasks are updated to using Node 10...

dependencies
breaking-change
deprecation