From 6c6bd6672609f2f2d04ac216f582409da000a758 Mon Sep 17 00:00:00 2001 From: Sam Ainsworth Date: Tue, 6 Aug 2024 12:30:25 +0100 Subject: [PATCH] Bugfix: Use bash shell --- .github/workflows/terraform-code-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/terraform-code-check.yml b/.github/workflows/terraform-code-check.yml index 9ea5a0e..e725e95 100644 --- a/.github/workflows/terraform-code-check.yml +++ b/.github/workflows/terraform-code-check.yml @@ -78,6 +78,7 @@ jobs: | Checkov Scan | ${{ env.tf_scan }} | - name: End of Workflow + shell: bash if: always() run: | if [[ ${{ env.job_status }} == 'success' ]]; then