Skip to content

Commit 09a50f7

Browse files
committed
initial commit
1 parent 62d8f38 commit 09a50f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repos:
1717
- '--args=--only=terraform_workspace_remote'
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v3.2.0
20+
rev: v3.4.0
2121
hooks:
2222
- id: trailing-whitespace
2323
- id: check-merge-conflict
2424
- id: end-of-file-fixer
2525
- id: check-yaml
2626

2727
- repo: https://github.com/bridgecrewio/checkov.git
28-
rev: '2.0.788'
28+
rev: '2.0.531'
2929
hooks:
3030
- id: checkov
3131
verbose: true

0 commit comments

Comments
 (0)