Shayakh Ahmed Rezoan

Results 25 issues of Shayakh Ahmed Rezoan

This 2 property will be required for azure CSPM auto remediation.

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

**The error line number `row : 136` is appearing with master test_id `SERVER_AUDITING_SETTINGS_1 ` which is wrong. it should appear with master test_id `TEST_DB_SERVER_AUDITING_SETTINGS_3`** Looking into this log. master_test_id `TEST_DB_SERVER_AUDITING_SETTINGS_1...

bug

I was trying to run `masterTestId: "TEST_DB_ADMINISTRATORS"` from `master-compliance-test.json.` against related rego file at [https://github.com/prancer-io/prancer-compliance-test/blob/master/azure/terraform/dbadministrators.rego](https://github.com/prancer-io/prancer-compliance-test/blob/master/azure/terraform/dbadministrators.rego) After generating of the related snapshot file for [https://github.com/prancer-io/prancer-terramerra/tree/master/azure/sql_servers](https://github.com/prancer-io/prancer-terramerra/tree/master/azure/sql_servers) I did saw `azurerm_sql_active_directory_administrator` contains `server_name...

The validation test does not store the test output in **windows workstation** due to invalid path design or it is statically designed for linux only. it always try to **append...

enhancement