Skip to content

Commit

Permalink
fix(scanning): remove trusted identity
Browse files Browse the repository at this point in the history
ESC-4484
  • Loading branch information
frasecci authored Apr 29, 2024
2 parents 09b230d + bd1d27e commit 035ffc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/services/agentless-scanning/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ data "aws_iam_policy_document" "key_policy" {
type = "AWS"
identifiers = [
"arn:aws:iam::${var.scanning_account_id}:root",
var.trusted_identity,
(var.deploy_global_resources) ? aws_iam_role.scanning[0].arn : var.role_arn,
]
}
Expand Down

0 comments on commit 035ffc7

Please sign in to comment.