Skip to content

Commit

Permalink
Update action.yml (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Aug 23, 2024
1 parent 72f1e3a commit 7a55912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/linting/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: terraform validate
shell: bash
run: |
docker run --rm -v $(pwd):/src -w /src -e ARM_SUBSCRIPTION_ID mcr.microsoft.com/azterraform make tfvalidatecheck
docker run --rm -v $(pwd):/src -w /src -e ARM_SUBSCRIPTION_ID=00000000-0000-0000-0000-000000000000 mcr.microsoft.com/azterraform make tfvalidatecheck
- name: terrafmt check
shell: bash
Expand All @@ -28,7 +28,7 @@ runs:
- name: tflint
shell: bash
run: |
docker run --rm -v $(pwd):/src -w /src -e ARM_SUBSCRIPTION_ID mcr.microsoft.com/azterraform make tflint
docker run --rm -v $(pwd):/src -w /src -e ARM_SUBSCRIPTION_ID=00000000-0000-0000-0000-000000000000 mcr.microsoft.com/azterraform make tflint
- name: tfsec
shell: bash
Expand Down

0 comments on commit 7a55912

Please sign in to comment.