Skip to content

Commit

Permalink
fix missing fi
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeshreddyg authored May 30, 2024
1 parent 501cb1e commit 7e7b968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform-static-analysis/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ run_tfsec() {
echo "tfsec_exitcode=${tfsec_exitcode}"
else
echo "Skipping folder ${directory} as it does not exist."
fi
else
echo "Skipping folder as path name contains *templates*"
fi
Expand Down Expand Up @@ -135,6 +136,7 @@ run_checkov() {
echo "checkov_exitcode=${checkov_exitcode}"
else
echo "Skipping folder ${directory} as it does not exist."
fi
else
echo "Skipping folder as path name contains *templates*"
fi
Expand Down Expand Up @@ -172,6 +174,7 @@ run_tflint() {
fi
else
echo "Skipping folder ${directory} as it does not exist."
fi
else
echo "Skipping folder as path name contains *templates*"
fi
Expand Down

0 comments on commit 7e7b968

Please sign in to comment.