Bernie White

Results 206 comments of Bernie White

Have you tried using the private assets option. i.e. ```xml ``` See [Controlling dependency assets](https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#controlling-dependency-assets)

RBAC ```bicep resource rbac 'Microsoft.Authorization/roleAssignments@2021-04-01-preview' = { name: guid(storageAccount.id, principalId, roleDefinitionId) scope: storageAccount properties: { principalId: principalId roleDefinitionId: roleDefinitionId principalType: principalType description: description } } ```

@StephenWeatherford Specifying an alternative config file is a good idea. In terms of a controlled DevSecOps pipeline it might be harder to adopt though. Often the management of security controls...

Unassigning @jdewisscher to allow someone else to pick this up.

This one should be fairly easy since it is already partially implemented for a number of cases. Use the existing cases defined here https://github.com/Azure/PSRule.Rules.Azure/blob/main/src/PSRule.Rules.Azure/rules/Azure.Defender.Rule.yaml as a guide.

@eriqua Happy to take feedback on this if you can provide more details here or offline.

@ronaldbosma Thanks for raising the issue. We'd like to improve XML support too since we found a few things that could be better such as #1518. Currently you can use...

@ronaldbosma The current plan for this is v3.1.0, as shipping the breaking changes we need to move forward is the main priority for v3.0, which is very close now. So...

Thanks for the detail @tonyskidmore. Currently we believe this is a regression introduced in PS 7.4.x. PowerShell/PowerShell#21147 The issue affects the default view set by PSRule. The issue is noticable...