Skip to content
GitHub Actions / tfsec Results failed Aug 12, 2025 in 0s

2 fail, 2 pass in 0s

4 tests   2 ✅  0s ⏱️
1 suites  0 💤
1 files    2 ❌

Results for commit fa3d68f.

Annotations

Check warning on line 0 in example/dev/main.tf

See this annotation in the file changed.

@github-actions github-actions / tfsec Results

[custom-custom-rg-naming-pattern][HIGH] - Custom check failed for resource azurerm_resource_group.rg. improperly named resource group (example/dev/main.tf) failed

results.xml [took 0s]
Raw output
Custom check failed for resource azurerm_resource_group.rg. improperly named resource group
example/dev/main.tf:18-24

resource "azurerm_resource_group" "rg" {
  name     = "rg-terraformdemo-${var.environment}-${var.location}"
  location = var.location
  tags = {
    "CostCenter" = "it"
  }
}


See https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming

Check warning on line 0 in example/prod/main.tf

See this annotation in the file changed.

@github-actions github-actions / tfsec Results

[custom-custom-rg-naming-pattern][HIGH] - Custom check failed for resource azurerm_resource_group.rg. improperly named resource group (example/prod/main.tf) failed

results.xml [took 0s]
Raw output
Custom check failed for resource azurerm_resource_group.rg. improperly named resource group
example/prod/main.tf:18-24

resource "azurerm_resource_group" "rg" {
  name     = "rg-terraformdemo-${var.environment}-${var.location}"
  location = var.location
  tags = {
    "CostCenter" = "it"
  }
}


See https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming