Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 2, 2026
1 parent 624ff91 commit a78bdc6
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ def main():
print("-" * 110)
print(f"ASSESSMENT SUMMARY:")
print(f" Total Accounts Scanned: {total_accounts}")
print(f" Accounts with Duplicate Global Recording: {

print(f" Accounts with Duplicate Global Recording: {duplicate_globals}")
print(f" Accounts with Non-Compliant S3 Buckets: {non_compliant_s3}")
print("-" * 110)

if __name__ == "__main__":
main()

0 comments on commit a78bdc6

Please sign in to comment.