Skip to content

Commit

Permalink
Change name of Get-HawkTenantRbacChanges to Get-HawkTenantRbacChange,…
Browse files Browse the repository at this point in the history
… per PSSA scan hit and change all references to Get-HawkTenantRBAChange.
  • Loading branch information
jonnybottles committed Dec 10, 2024
1 parent e63d277 commit 9eac914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hawk/functions/Tenant/Start-HawkTenantInvestigation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
}

if ($PSCmdlet.ShouldProcess("RBAC Changes", "Get RBAC changes")) {
Out-LogFile "Running Get-HawkTenantRBACChanges" -action
Get-HawkTenantRBACChanges
Out-LogFile "Running Get-HawkTenantRBACChange" -action
Get-HawkTenantRBACChange
}

if ($PSCmdlet.ShouldProcess("Azure App Audit Log", "Get app audit logs")) {
Expand Down

0 comments on commit 9eac914

Please sign in to comment.