From 930c2142c370f093011d7d5c38cf54ad9e996abf Mon Sep 17 00:00:00 2001 From: Ronaldo Macapobre Date: Mon, 9 Dec 2024 15:46:50 -0800 Subject: [PATCH] try with quotes --- .github/workflows/aws-template-terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-template-terraform.yml b/.github/workflows/aws-template-terraform.yml index ef7792a6..3f39feb8 100644 --- a/.github/workflows/aws-template-terraform.yml +++ b/.github/workflows/aws-template-terraform.yml @@ -71,7 +71,7 @@ jobs: with: sarif_file: tfsec.sarif working_directory: ${{ inputs.CONTEXT_FOLDER }} - tfsec_args: "--tfvars-file=${{ inputs.CONFIG_FOLDER }}/${{ inputs.ENVIRONMENT_NAME }}.tfvars" + tfsec_args: "--tfvars-file='${{ inputs.CONFIG_FOLDER }}/${{ inputs.ENVIRONMENT_NAME }}.tfvars'" - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: