Skip to content

Commit

Permalink
Add role trust policy resource (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgealton authored Oct 5, 2022
1 parent b008d4d commit 6c7ed45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iam_sarif_report/domain/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ class RESOURCE_TYPES(StrEnum):
s3_access_point = "AWS::S3::AccessPoint"
s3_multi_region_access_point = "AWS::S3::MultiRegionAccessPoint"
s3_object_lambda_access_point = "AWS::S3ObjectLambda::AccessPoint"
iam_role_trust_policy = "AWS::IAM::AssumeRolePolicyDocument"

0 comments on commit 6c7ed45

Please sign in to comment.