Change the way we specify file check for iam

This commit is contained in:
Bryce Wade 2023-01-23 13:21:24 -06:00
parent bf42103d47
commit 89af8ccc33

View file

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