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: