4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
# Git pre-commit hook
|
||
|
|
./scripts/hooks/run-gitleaks.sh staged
|