From d65f78d9850272348b07271f82bb6d71c697493f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 7 Sep 2026 12:20:55 +0100 Subject: [PATCH] test --- .pre-commit-config.yaml | 6 ++++++ contrib/Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..168ff1424 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: + - repo: https://github.com/gitleaks/gitleaks + rev: v8.24.2 + hooks: + - id: gitleaks + diff --git a/contrib/Makefile b/contrib/Makefile index f893d1e50..bff2690d2 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,7 +1,7 @@ APP_PROJECT_NAMES=Org Blogs Api SLNDIR=.. -MAIN_SECRET="4QSFD923c65sdf-654" +MAIN_SECRET="4QqkjsfS345FD923c65sdf-654" include $(SLNDIR)/.env include .env