first commit
This commit is contained in:
commit
817b7cf4bc
838 changed files with 730686 additions and 0 deletions
14
node_modules/@alecodes/bun-static-builder/.devfiles/hooks/pre-commit.sh
generated
vendored
Normal file
14
node_modules/@alecodes/bun-static-builder/.devfiles/hooks/pre-commit.sh
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
root="$(git rev-parse --show-toplevel)"
|
||||
|
||||
cd "$root"
|
||||
|
||||
gitleaks git
|
||||
|
||||
# Only validate encrypted files if we are tracking any
|
||||
if [[ -e .ageboxreg.yml ]]; then
|
||||
agebox validate --no-decrypt
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue