mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Adding check-iam check
This commit is contained in:
parent
5191f112df
commit
bf42103d47
2 changed files with 46 additions and 0 deletions
|
|
@ -46,6 +46,12 @@
|
|||
entry: check-json
|
||||
language: python
|
||||
types: [json]
|
||||
- id: check-iam
|
||||
name: check IAM
|
||||
description: checks terraform files for parseable IAM syntax.
|
||||
entry: check-iam
|
||||
language: python
|
||||
types: [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