We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf2826 commit 0fe2125Copy full SHA for 0fe2125
.gitignore
@@ -19,3 +19,5 @@ Thumbs.db
19
# Vite
20
vite.config.js.timestamp-*
21
vite.config.ts.timestamp-*
22
+.pre-commit-trivy-cache
23
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+repos:
2
+ - repo: https://github.com/gitleaks/gitleaks
3
+ rev: v8.24.2
4
+ hooks:
5
+ - id: gitleaks
6
+ - repo: https://github.com/gradientsearch/pre-commit-trivy
7
+ rev: v0.13.0
8
9
+ - id: trivyfs-docker
10
+ args:
11
+ - .
0 commit comments