cloud-validation-framework
cloud-validation-framework copied to clipboard
prancer platform is an IaC Security engine + Continuous Compliance for your cloud (Azure, AWS, GCP) and Kubernetes environment
As the snapshotIds generated were causing to overwrite the snapshots when master snapshot id are same
This 2 property will be required for azure CSPM auto remediation.
**example: PR-AZR-CLD-KV-009, PR-AZR-CLD-FRD-001, PR-AZR-CLD-AFW-001**
Please look into terraform resource `azurerm_subnet_network_security_group_association `at https://github.com/prancer-io/prancer-terramerra/blob/master/azure/vnetsubnets/main.tf The related json block for `azurerm_subnet_network_security_group_association `is missing from `PRANCER-HELLO-WORLD -> validation -> scenario-terraform-azure -> snapshots -> TRF_TEMPLATE_SNAPSHOT34`
- **PR-AZR-TRF-AGW-004** test case is getting skipped though template exist at https://github.com/prancer-io/prancer-terramerra/tree/development/azure/applicationgateways - **PR-AZR-TRF-AGW-005** test case is getting skipped though template exist at https://github.com/prancer-io/prancer-terramerra/tree/development/azure/applicationgateways - **PR-AZR-TRF-AGW-006** test case is getting...
Lets say for example: we have azure ARM mariadb resource at https://github.com/prancer-io/prancer-armof/blob/master/mariadb/azuredeploy.json it has a `firewallrules ` object type variable with **2 child rules** defined in the template which contains...
I was just trying to check the **compliance** of available snapshots from generated master snapshot (master-snapshot_gen.json) for terraform azure and did ran `prancer compliance scenario-terraform-azure` from **prancer-hello-world** app. in the...
Consider following Terraform Resource Template: ``` resource azurerm_app_service "app-service1" { app_service_plan_id = "test_azurerm_app_service_plan_id" location = "test_location" name = "test_app_service_name" resource_group_name = "test_rg" https_only = false site_config { min_tls_version = "1.1"...