-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Synced file(s) with honestbank/.github
- Loading branch information
1 parent
e5bd62e
commit d751758
Showing
3 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
# DO NOT CHANGE. This file is being managed from a central repository | ||
# To know more simply visit https://github.com/honestbank/.github/blob/main/docs/about.md | ||
|
||
# See https://pre-commit.com for more information | ||
# See https://pre-commit.com/hooks.html for more hooks | ||
|
||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.2.0 | ||
rev: v4.2.0 # Get the latest from: https://github.com/pre-commit/pre-commit-hooks/releases | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: check-yaml | ||
- id: check-added-large-files | ||
- repo: git://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.48.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases | ||
- id: detect-aws-credentials | ||
args: ["--allow-missing-credentials"] | ||
- repo: https://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.68.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases | ||
hooks: | ||
- id: terraform_fmt | ||
- id: terraform_docs | ||
- id: terraform_validate | ||
- id: terraform_tfsec | ||
- id: checkov | ||
- repo: https://github.com/zricethezav/gitleaks | ||
rev: v8.2.0 | ||
hooks: | ||
- id: gitleaks | ||
exclude: "test/" | ||
- id: terraform_checkov | ||
exclude: "test/" |