cloud-validation-framework icon indicating copy to clipboard operation
cloud-validation-framework copied to clipboard

prancer platform is an IaC Security engine + Continuous Compliance for your cloud (Azure, AWS, GCP) and Kubernetes environment

Results 35 cloud-validation-framework issues
Sort by recently updated
recently updated
newest added

As the snapshotIds generated were causing to overwrite the snapshots when master snapshot id are same

bug

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`

bug

- **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...

enhancement

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"...