We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-zip-file-is-not-committed
1 parent 867c93d commit a6b6c59Copy full SHA for a6b6c59
1 file changed
.pre-commit-config.yaml
@@ -26,6 +26,14 @@ repos:
26
files: \.(json|md|ya?ml)$
27
language: node
28
additional_dependencies: ["prettier@3.6.2"]
29
+ - id: check-zip-file-is-not-committed
30
+ name: check no zip files are committed
31
+ description: Zip files are not allowed in the repository
32
+ language: fail
33
+ entry: |
34
+ Zip files are not allowed in the repository as they are hard to
35
+ track and have security implications. Please remove the zip file from the repository.
36
+ files: \.zip$
37
- repo: https://github.com/gitleaks/gitleaks
38
rev: v8.27.2
39
hooks:
0 commit comments