4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
# Git pre-push hook
|
||
|
|
./scripts/hooks/run-gitleaks.sh full
|