Skip to content

Commit

Permalink
feat: Update default versions of hcledit and tfsec to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Nov 7, 2023
1 parent b58ca41 commit 1696d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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.76.0
rev: v1.83.5
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand All @@ -23,7 +23,7 @@ repos:
- '--args=--only=terraform_standard_module_structure'
- '--args=--only=terraform_workspace_remote'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
4 changes: 2 additions & 2 deletions pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ inputs:
hcledit-version:
description: Version of hcledit to install when `install-hcledit` is true
required: false
default: 0.2.3
default: 0.2.10
install-tfsec:
description: Install tfsec for pre-commit
required: false
default: 'false'
tfsec-version:
description: Version of tfsec to install when `install-tfsec` is true
required: false
default: 1.28.0
default: 1.28.4

runs:
using: composite
Expand Down

0 comments on commit 1696d11

Please sign in to comment.