Skip to content

Commit

Permalink
Append working dir for tfsec variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Dec 12, 2024
1 parent 9969e2a commit aee52a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
sarif_file: tfsec.sarif
working_directory: ${{ env.WORKING_DIRECTORY }}
tfsec_args: "--tfvars-file=${{ inputs.environment }}.tfvars"
tfsec_args: "--tfvars-file=${{ env.WORKING_DIRECTORY }}/${{ inputs.environment }}.tfvars"

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit aee52a6

Please sign in to comment.