From 5bf592a40dbf9dc1ebd24511c999643e34d41cad Mon Sep 17 00:00:00 2001 From: regiluze Date: Thu, 9 Jun 2022 23:08:45 +0200 Subject: [PATCH 1/5] chore: upgrade clode build base image --- modules/infrastructure/codebuild/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/infrastructure/codebuild/main.tf b/modules/infrastructure/codebuild/main.tf index ffb1191e..d3a46021 100644 --- a/modules/infrastructure/codebuild/main.tf +++ b/modules/infrastructure/codebuild/main.tf @@ -10,7 +10,7 @@ resource "aws_codebuild_project" "build_project" { environment { compute_type = "BUILD_GENERAL1_MEDIUM" - image = "aws/codebuild/standard:3.0" + image = "aws/codebuild/standard:5.0" type = "LINUX_CONTAINER" privileged_mode = "true" } From 24b2d377c74513d3c40685965ccff69987661945 Mon Sep 17 00:00:00 2001 From: regiluze Date: Thu, 9 Jun 2022 23:21:23 +0200 Subject: [PATCH 2/5] chore: upgrade jmespath gem version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4b170906..f33318ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,7 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - jmespath (1.4.0) + jmespath (1.6.2) json (2.5.1) jwt (2.2.3) kitchen-terraform (6.0.0) From 2a6f8fdaa6934489be2bf98d48b80fc57982c16f Mon Sep 17 00:00:00 2001 From: regiluze Date: Thu, 9 Jun 2022 23:51:17 +0200 Subject: [PATCH 3/5] chore: downgrade jmespath gem version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f33318ce..d3d08772 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,7 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - jmespath (1.6.2) + jmespath (1.5.0) json (2.5.1) jwt (2.2.3) kitchen-terraform (6.0.0) From 4c5b7515cdef579364f412bc2d6066e7e6b60a30 Mon Sep 17 00:00:00 2001 From: iru Date: Wed, 6 Jul 2022 13:53:52 +0200 Subject: [PATCH 4/5] chore: bump --- examples/organizational/README.md | 4 ++-- examples/single-account-k8s/README.md | 4 ++-- examples/trigger-events/README.md | 2 +- modules/infrastructure/cloudtrail/README.md | 2 +- modules/infrastructure/cloudtrail_s3-sns-sqs/README.md | 2 +- modules/infrastructure/codebuild/README.md | 2 +- modules/infrastructure/ecs-vpc/README.md | 2 +- .../permissions/cloud-connector/README.md | 2 +- .../permissions/cloud-scanning/README.md | 2 +- modules/infrastructure/permissions/general/README.md | 2 +- modules/infrastructure/permissions/iam-user/README.md | 2 +- .../infrastructure/permissions/org-role-ecs/README.md | 4 ++-- .../infrastructure/permissions/org-role-eks/README.md | 2 +- modules/infrastructure/resource-group/README.md | 2 +- modules/infrastructure/sqs-sns-subscription/README.md | 2 +- modules/infrastructure/ssm/README.md | 2 +- modules/services/cloud-bench/README.md | 4 ++-- modules/services/cloud-connector-ecs/README.md | 2 +- use-cases/_questionnaire.md | 10 +++++----- 19 files changed, 27 insertions(+), 27 deletions(-) diff --git a/examples/organizational/README.md b/examples/organizational/README.md index b9328e77..57c07b07 100644 --- a/examples/organizational/README.md +++ b/examples/organizational/README.md @@ -143,8 +143,8 @@ $ terraform apply | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | -| [aws.member](#provider\_aws.member) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | +| [aws.member](#provider\_aws.member) | 4.21.0 | | [sysdig](#provider\_sysdig) | 0.5.37 | ## Modules diff --git a/examples/single-account-k8s/README.md b/examples/single-account-k8s/README.md index 7ef6dc52..7eac9c04 100644 --- a/examples/single-account-k8s/README.md +++ b/examples/single-account-k8s/README.md @@ -84,8 +84,8 @@ $ terraform apply | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | -| [helm](#provider\_helm) | 2.5.1 | +| [aws](#provider\_aws) | 4.21.0 | +| [helm](#provider\_helm) | 2.6.0 | | [sysdig](#provider\_sysdig) | 0.5.37 | ## Modules diff --git a/examples/trigger-events/README.md b/examples/trigger-events/README.md index 8b5a89b5..94c40445 100644 --- a/examples/trigger-events/README.md +++ b/examples/trigger-events/README.md @@ -49,7 +49,7 @@ $ terraform apply | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/cloudtrail/README.md b/modules/infrastructure/cloudtrail/README.md index ca63aca7..d48f50a4 100644 --- a/modules/infrastructure/cloudtrail/README.md +++ b/modules/infrastructure/cloudtrail/README.md @@ -12,7 +12,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/cloudtrail_s3-sns-sqs/README.md b/modules/infrastructure/cloudtrail_s3-sns-sqs/README.md index e437799d..59ad9dea 100644 --- a/modules/infrastructure/cloudtrail_s3-sns-sqs/README.md +++ b/modules/infrastructure/cloudtrail_s3-sns-sqs/README.md @@ -46,7 +46,7 @@ EVENT FILTER/fine-tunning, regarding what we want to send to Sysdig Cloud-Connec | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/codebuild/README.md b/modules/infrastructure/codebuild/README.md index c9b1bc45..c18fc212 100644 --- a/modules/infrastructure/codebuild/README.md +++ b/modules/infrastructure/codebuild/README.md @@ -12,7 +12,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/ecs-vpc/README.md b/modules/infrastructure/ecs-vpc/README.md index 3a5cd14c..039dfd55 100644 --- a/modules/infrastructure/ecs-vpc/README.md +++ b/modules/infrastructure/ecs-vpc/README.md @@ -13,7 +13,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/permissions/cloud-connector/README.md b/modules/infrastructure/permissions/cloud-connector/README.md index 3911789f..b8a8a236 100644 --- a/modules/infrastructure/permissions/cloud-connector/README.md +++ b/modules/infrastructure/permissions/cloud-connector/README.md @@ -12,7 +12,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/permissions/cloud-scanning/README.md b/modules/infrastructure/permissions/cloud-scanning/README.md index dabafa3b..3f7feeac 100644 --- a/modules/infrastructure/permissions/cloud-scanning/README.md +++ b/modules/infrastructure/permissions/cloud-scanning/README.md @@ -12,7 +12,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/permissions/general/README.md b/modules/infrastructure/permissions/general/README.md index f5a71fa9..da44f18c 100644 --- a/modules/infrastructure/permissions/general/README.md +++ b/modules/infrastructure/permissions/general/README.md @@ -15,7 +15,7 @@ General permissions that apply to both cloud-connector and cloud-scanning module | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/permissions/iam-user/README.md b/modules/infrastructure/permissions/iam-user/README.md index 88819fed..68c96ee0 100644 --- a/modules/infrastructure/permissions/iam-user/README.md +++ b/modules/infrastructure/permissions/iam-user/README.md @@ -45,7 +45,7 @@ Note: Contact us if this authentication system does not match your requirement. | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/permissions/org-role-ecs/README.md b/modules/infrastructure/permissions/org-role-ecs/README.md index d290065f..40b651eb 100644 --- a/modules/infrastructure/permissions/org-role-ecs/README.md +++ b/modules/infrastructure/permissions/org-role-ecs/README.md @@ -31,8 +31,8 @@ The aim of this module is to manage the organizational **managed account** requi | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | -| [aws.member](#provider\_aws.member) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | +| [aws.member](#provider\_aws.member) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/permissions/org-role-eks/README.md b/modules/infrastructure/permissions/org-role-eks/README.md index a6b68b13..47879ba7 100644 --- a/modules/infrastructure/permissions/org-role-eks/README.md +++ b/modules/infrastructure/permissions/org-role-eks/README.md @@ -29,7 +29,7 @@ The aim of this module is to manage the organizational **managed account** requi | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/resource-group/README.md b/modules/infrastructure/resource-group/README.md index a36b5bfd..264d742a 100644 --- a/modules/infrastructure/resource-group/README.md +++ b/modules/infrastructure/resource-group/README.md @@ -13,7 +13,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/sqs-sns-subscription/README.md b/modules/infrastructure/sqs-sns-subscription/README.md index b9d9cf8f..189e11bd 100644 --- a/modules/infrastructure/sqs-sns-subscription/README.md +++ b/modules/infrastructure/sqs-sns-subscription/README.md @@ -12,7 +12,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/infrastructure/ssm/README.md b/modules/infrastructure/ssm/README.md index b5a4f249..1ed761c8 100644 --- a/modules/infrastructure/ssm/README.md +++ b/modules/infrastructure/ssm/README.md @@ -16,7 +16,7 @@ and pass it, in a safe way, to all the modules that require it. | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | ## Modules diff --git a/modules/services/cloud-bench/README.md b/modules/services/cloud-bench/README.md index 66020a8b..3214e4dd 100644 --- a/modules/services/cloud-bench/README.md +++ b/modules/services/cloud-bench/README.md @@ -26,8 +26,8 @@ Deployed on **Sysdig Backend** | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | -| [random](#provider\_random) | 3.2.0 | +| [aws](#provider\_aws) | 4.21.0 | +| [random](#provider\_random) | 3.3.2 | | [sysdig](#provider\_sysdig) | 0.5.37 | ## Modules diff --git a/modules/services/cloud-connector-ecs/README.md b/modules/services/cloud-connector-ecs/README.md index d6cd39f7..9a888bd7 100644 --- a/modules/services/cloud-connector-ecs/README.md +++ b/modules/services/cloud-connector-ecs/README.md @@ -15,7 +15,7 @@ A task deployed on an **ECS deployment** will detect events in your infrastructu | Name | Version | |------|---------| -| [aws](#provider\_aws) | 4.16.0 | +| [aws](#provider\_aws) | 4.21.0 | | [sysdig](#provider\_sysdig) | 0.5.37 | ## Modules diff --git a/use-cases/_questionnaire.md b/use-cases/_questionnaire.md index 97896aa3..202bc364 100644 --- a/use-cases/_questionnaire.md +++ b/use-cases/_questionnaire.md @@ -64,8 +64,8 @@ With both examples `single` and `org`, you can customize the desired features to ### Compute Workload Type | Cloud | Example Options | -| - | - | -| AWS | K8S `-k8s`, ECS `-ecs`, AppRunner `-apprunner` | +| - | - | +| AWS | K8S `-k8s`, ECS `-ecs`, AppRunner `-apprunner` | | GCP | K8S `-k8s`, CloudRun | | Azure | K8S `-k8s`, AzureContainerInstances | @@ -76,10 +76,10 @@ With both examples `single` and `org`, you can customize the desired features to We enable following optionals, to allow user to re-use their pre-existing / configured resources. | Cloud | Optionals | Related Input Vars | Other | -| -- | --| -- | -- | +| -- | --| -- | -- | | AWS | Cloudtrail-SNS | `cloudtrail_sns_arn`, (org only) `cloudtrail_s3_arn` | - | | | ECS, VPC, Subnet | `ecs_cluster_name`, `ecs_vpc_id`, `ecs_vpc_subnets_private_ids` | if used, the three are mandatory | | GCP | - | - | - | | Azure | ResourceGroup | `resource_group_name` | - | -| | ACR | `registry_name`, `registry_resource_group_name` | - | -| * | Compute Workload | - | All clouds allow Sysdig Secure for cloud to be deployed on a pre-existing K8S cluster| +| | ACR | `registry_name`, `registry_resource_group_name` | - | +| * | Compute Workload | - | All clouds allow Sysdig Secure for cloud to be deployed on a pre-existing K8S cluster| From ac3c9aa0cb69cfb12717974e584b56e3301d2a2c Mon Sep 17 00:00:00 2001 From: iru Date: Wed, 6 Jul 2022 14:13:19 +0200 Subject: [PATCH 5/5] chore: bump --- examples/single-account-ecs/README.md | 2 +- modules/services/cloud-connector-ecs/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/single-account-ecs/README.md b/examples/single-account-ecs/README.md index 9557cfbf..195ad828 100644 --- a/examples/single-account-ecs/README.md +++ b/examples/single-account-ecs/README.md @@ -72,7 +72,7 @@ $ terraform apply | Name | Version | |------|---------| -| [sysdig](#provider\_sysdig) | >= 0.5.33 | +| [sysdig](#provider\_sysdig) | 0.5.37 | ## Modules diff --git a/modules/services/cloud-connector-ecs/README.md b/modules/services/cloud-connector-ecs/README.md index c212982e..8a7cb8ac 100644 --- a/modules/services/cloud-connector-ecs/README.md +++ b/modules/services/cloud-connector-ecs/README.md @@ -15,8 +15,8 @@ A task deployed on an **ECS deployment** will detect events in your infrastructu | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 4.0.0 | -| [sysdig](#provider\_sysdig) | >= 0.5.33 | +| [aws](#provider\_aws) | 4.21.0 | +| [sysdig](#provider\_sysdig) | 0.5.37 | ## Modules