mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Change the way we specify file check for iam
This commit is contained in:
parent
bf42103d47
commit
89af8ccc33
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
description: checks terraform files for parseable IAM syntax.
|
||||
entry: check-iam
|
||||
language: python
|
||||
types: [tf]
|
||||
files: \.tf$
|
||||
- id: check-shebang-scripts-are-executable
|
||||
name: check that scripts with shebangs are executable
|
||||
description: ensures that (non-binary) files with a shebang are executable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue