Skip to content

Commit

Permalink
add rolesanywhere to org list
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 14, 2026
1 parent b5e2a48 commit 2a6497b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
import csv
from botocore.exceptions import ClientError, ProfileNotFound

VERSION = "1.0.6"
VERSION = "1.0.7"

# Default list of organization-managed services to ignore
DEFAULT_IGNORE_SERVICES = [
"access-analyzer", "guardduty", "inspector2", "acm", "cloudtrail",
"compute-optimizer", "member.org.stacksets.cloudformation",
"config-multiaccountsetup", "fms", "ipam", "organizations",
"securityhub", "sso", "trustedadvisor", "support"
"securityhub", "sso", "trustedadvisor", "support", "rolesanywhere",
]

def get_session_info(session):
Expand Down

0 comments on commit 2a6497b

Please sign in to comment.