-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
35 lines (35 loc) · 1008 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
35 lines (35 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
repos:
# - repo: https://github.com/python-poetry/poetry
# rev: '1.7.0'
# hooks:
# - id: poetry-check
# - id: poetry-lock
# - id: poetry-export
# - id: poetry-install
- repo: https://github.com/zricethezav/gitleaks
rev: v8.30.0
hooks:
- id: gitleaks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0 # Use the ref you want to point at
hooks:
- id: check-json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-toml
- id: check-xml
- id: check-yaml
- id: check-added-large-files
- id: end-of-file-fixer
- id: detect-private-key
- id: requirements-txt-fixer
- id: trailing-whitespace
# - repo: local
# hooks:
# - id: sectest
# name: CVE scanner (osv-scanner)
# language: system
# # entry: osv-scanner -r --config=./osv-scanner.toml .
# entry: osv-scanner -r .