Skip to content

Commit

Permalink
chore(permissions): Update scope and subscription for Azure custom role
Browse files Browse the repository at this point in the history
  • Loading branch information
puchy22 committed Jul 22, 2024
1 parent 542a96e commit 8f15956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions permissions/prowler-azure-custom-role.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"properties": {
"roleName": "ProwlerRole",
"description": "",
"description": "Role used for checks that require read-only access to Azure resources and are not covered by the Reader role.",
"assignableScopes": [
"/providers/Microsoft.Management/managementGroups/<name_management_group> or /subscriptions/<subscription_id>"
"/"
],
"permissions": [
{
Expand Down

0 comments on commit 8f15956

Please sign in to comment.