Skip to content

Commit

Permalink
Supress checkov
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-sidhu-and committed Jul 21, 2023
1 parent 3bbd166 commit 31d2c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-azure/terraform-azure-app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "azurerm_container_group" "app_worker" {

subnet_ids = [var.app_worker_subnet_id]

#checkov:skip=CKV2_AZURE_28:Using VNet - Managed Identity not applicable
#checkov:skip=CKV2_AZURE_28:Using VNet
}

# Create Log Analytics
Expand Down

0 comments on commit 31d2c02

Please sign in to comment.