Skip to content

Commit

Permalink
fix(aws): iam_user_with_temporary_credentials resource in OCSF (#6697)
Browse files Browse the repository at this point in the history
Co-authored-by: Pepe Fagoaga <[email protected]>
  • Loading branch information
kagahd and jfagoagas authored Jan 30, 2025
1 parent 5b57079 commit 8f0772c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def execute(self) -> Check_Report_AWS:

report = Check_Report_AWS(
metadata=self.metadata(),
resource=iam_client.user_temporary_credentials_usage,
resource={"name": user_name, "arn": user_arn},
)
report.resource_id = user_name
report.resource_arn = user_arn
Expand Down

0 comments on commit 8f0772c

Please sign in to comment.