mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 04:54:16 +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.
|
description: checks terraform files for parseable IAM syntax.
|
||||||
entry: check-iam
|
entry: check-iam
|
||||||
language: python
|
language: python
|
||||||
types: [tf]
|
files: \.tf$
|
||||||
- id: check-shebang-scripts-are-executable
|
- id: check-shebang-scripts-are-executable
|
||||||
name: check that scripts with shebangs are executable
|
name: check that scripts with shebangs are executable
|
||||||
description: ensures that (non-binary) files with a shebang are executable.
|
description: ensures that (non-binary) files with a shebang are executable.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue