Skip to content

Commit

Permalink
tentative: fix static_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed Aug 31, 2023
1 parent 010a9eb commit f47d6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
pids=()
TAG=$(cat .terraform-version)
TAG=1.5.6
for f in $FOLDERS; do
pushd "$(pwd)/${f}"
sed -i -e 's/ backend "azurerm" {}//g' 99_main.tf # use local backend
Expand All @@ -57,5 +57,5 @@ jobs:
- name: run_pre_commit_terraform
run: |
TAG="v1.80.0@sha256:840b08605df81e6e1cdd443adce13e7ed2de4345345705411a0656eda760c84e"
TAG="v1.83.0@sha256:94ec10f1587b22ffae28f46ebaefc317ae2ba8eb61f6be02af6a41f33a6a57cb"
docker run -v $(pwd):/lint -w /lint ghcr.io/antonbabenko/pre-commit-terraform:$TAG run -a
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.80.0
rev: v1.83.0
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down

0 comments on commit f47d6ae

Please sign in to comment.