Skip to content
#

terraform-security

Here are 5 public repositories matching this topic...

harishachappa
harishachappa commented Jun 6, 2022

Describe the issue
Checkov skips terraform file when it can't parse a file. When you are using checkov in gitlab ci pipeline with junitxml output, it will be better to include such erros in 'Errors' list instead of ignoring them.

Examples

resource "aws_alb" "alb" {
  name                             = "foobar-nlb"
  load_balancer_type               = "network"
  enable_cross_z
good first issue outputs

Improve this page

Add a description, image, and links to the terraform-security topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the terraform-security topic, visit your repo's landing page and select "manage topics."

Learn more