Skip to content

Commit 28e4d39

Browse files
CCM-9061 trigger trivy scan test
1 parent 9aa2c3f commit 28e4d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/iam_policy_github_deploy_overload.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "aws_iam_role_policy_attachment" "github_deploy_overload" {
99
policy_arn = aws_iam_policy.github_deploy_overload.arn
1010
}
1111

12-
#tfsec:ignore:aws-iam-no-policy-wildcards Policy voilation expected for CI user role
12+
#trivy:ignore:aws-iam-no-policy-wildcards Policy voilation expected for CI user role
1313
data "aws_iam_policy_document" "github_deploy" {
1414
statement {
1515
effect = "Allow"

0 commit comments

Comments
 (0)