Skip to content

Commit

Permalink
try with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Dec 9, 2024
1 parent 593a7db commit 930c214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-template-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 930c214

Please sign in to comment.