Skip to content

Commit 0273429

Browse files
[StepSecurity] Apply security best practices (#68)
Signed-off-by: StepSecurity Bot <[email protected]>
1 parent 6d60f39 commit 0273429

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.pre-commit-config.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
repos:
2+
- repo: https://github.com/gherynos/pre-commit-java
3+
rev: v0.2.4
4+
hooks:
5+
- id: Checkstyle
6+
- repo: https://github.com/gitleaks/gitleaks
7+
rev: v8.16.3
8+
hooks:
9+
- id: gitleaks
10+
- repo: https://github.com/pre-commit/pre-commit-hooks
11+
rev: v4.4.0
12+
hooks:
13+
- id: end-of-file-fixer
14+
- id: trailing-whitespace

0 commit comments

Comments
 (0)