From d516f43ab17797c919fcbb379bf78bab9efe9337 Mon Sep 17 00:00:00 2001 From: Uchinda Padmaperuma <89894943+uchinda-sph@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:04:39 +0800 Subject: [PATCH 1/2] update the aqua arn set default --- modules/registry/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/registry/variables.tf b/modules/registry/variables.tf index a913841..a48d355 100644 --- a/modules/registry/variables.tf +++ b/modules/registry/variables.tf @@ -24,5 +24,5 @@ variable "prefix" { variable "assume_role_arn" { description = "Assume Role ARN Provide by AquaSec Team" type = list(string) - default = [] + default = ["arn:aws:iam::402136654778:role/yvbbb-293e75e127-worker-role"] } From ae25b607df7a9704dfab4687c571df32c9e522e8 Mon Sep 17 00:00:00 2001 From: Uchinda Padmaperuma <89894943+uchinda-sph@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:12:42 +0800 Subject: [PATCH 2/2] add skipov --- modules/enforcers/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/enforcers/main.tf b/modules/enforcers/main.tf index 7c2a0db..91b49bc 100644 --- a/modules/enforcers/main.tf +++ b/modules/enforcers/main.tf @@ -23,6 +23,7 @@ resource "aquasec_enforcer_groups" "kube_enforcer" { } module "enforcers" { + #checkov:skip=CKV_TF_1: "Ensure Terraform module sources use a commit hash" source = "SPHTech-Platform/release/helm" version = "~> 0.1.0"