Adding check-iam check

This commit is contained in:
Bryce Wade 2023-01-23 13:16:19 -06:00
parent 5191f112df
commit bf42103d47
2 changed files with 46 additions and 0 deletions

View file

@ -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.