We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa2c3f commit 28e4d39Copy full SHA for 28e4d39
infrastructure/terraform/components/acct/iam_policy_github_deploy_overload.tf
@@ -9,7 +9,7 @@ resource "aws_iam_role_policy_attachment" "github_deploy_overload" {
9
policy_arn = aws_iam_policy.github_deploy_overload.arn
10
}
11
12
-#tfsec:ignore:aws-iam-no-policy-wildcards Policy voilation expected for CI user role
+#trivy:ignore:aws-iam-no-policy-wildcards Policy voilation expected for CI user role
13
data "aws_iam_policy_document" "github_deploy" {
14
statement {
15
effect = "Allow"
0 commit comments