Skip to content

Commit

Permalink
Merge pull request #438 from TeneBrae93/iam-enum-update
Browse files Browse the repository at this point in the history
- Update iam__enum_permissions module
  • Loading branch information
DaveYesland authored Jun 5, 2024
2 parents 6b458ff + 02b0b13 commit ad7e411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pacu/modules/iam__enum_permissions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def summary(data, pacu_main):
out += "{:>{count_max_len}} Unconfirmed permissions for {} role(s).\n".format(data["roles_unconfirmed_perm_count"],
data["roles_unconfirmed"],
count_max_len=count_max_len)
out += "Type 'whoami' to see detailed list of permissions.\n"
return out


Expand Down

0 comments on commit ad7e411

Please sign in to comment.