aws-samples / aws-codepipeline-terraform-cicd-samples

MIT No Attribution
95 stars 102 forks source link

tfsec console output shows success even when there are failures #3

Closed vvnair-amzn closed 2 years ago

vvnair-amzn commented 2 years ago

Validation stage gives below output. But in realtime, there is failures for both checkov and tfsec validations.

## VALIDATION Summary ##
--
802 | ------------------------
803 | Terraform Validate : 0
804 | Terraform Format   : 0
805 | Terraform checkov  : 1
806 | Terraform tfsec    : 0
807 | ------------------------
vvnair-amzn commented 2 years ago

Issue resolved in #5