Skip to content

Commit

Permalink
Session 6 Goal 1 | Use correct flag --out
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanuc1001 committed Aug 25, 2024
1 parent 1d00977 commit 9fdc913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: aquasecurity/[email protected]
with:
working_directory: '.'
additional_args: --format json --output tfsec-results.json --tfvars-file=${{ env.VAR_FILE }}
additional_args: --format json --out tfsec-results.json --tfvars-file=${{ env.VAR_FILE }}
soft_fail: true

- name: Terraform Init
Expand Down

0 comments on commit 9fdc913

Please sign in to comment.