fix: cargo fmt, add .gitleaks.toml allowlist for doc examples

- remove extra blank lines in openapi.rs and secrets/mod.rs
- allowlist commit 92155cf (curl -u admin:yourpassword in README)
This commit is contained in:
2026-03-15 19:27:36 +00:00
parent 233b83f902
commit 3b9ea37b0e
3 changed files with 8 additions and 2 deletions

8
.gitleaks.toml Normal file
View File

@@ -0,0 +1,8 @@
# Gitleaks configuration
# https://github.com/gitleaks/gitleaks
[allowlist]
description = "Allowlist for false positives"
# Documentation examples with placeholder credentials
commits = ["92155cf6574d89f93ee68503a7b68455ceaa19af"]