Skip to content

Commit f140fa8

Browse files
step-security-botigorpecovnik
authored andcommitted
[StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
1 parent be62dc5 commit f140fa8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
repos:
2+
- repo: https://github.com/gitleaks/gitleaks
3+
rev: v8.16.3
4+
hooks:
5+
- id: gitleaks
6+
- repo: https://github.com/jumanjihouse/pre-commit-hooks
7+
rev: 3.0.0
8+
hooks:
9+
- id: shellcheck
10+
- repo: https://github.com/pocc/pre-commit-hooks
11+
rev: v1.3.5
12+
hooks:
13+
- id: cpplint
14+
- repo: https://github.com/pre-commit/pre-commit-hooks
15+
rev: v4.4.0
16+
hooks:
17+
- id: end-of-file-fixer
18+
- id: trailing-whitespace
19+
- repo: https://github.com/pylint-dev/pylint
20+
rev: v2.17.2
21+
hooks:
22+
- id: pylint

0 commit comments

Comments
 (0)