first commit

This commit is contained in:
Alexander Navarro 2025-04-11 16:01:28 -04:00
commit 817b7cf4bc
838 changed files with 730686 additions and 0 deletions

View 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