chore: gardener housekeeping #837

Merged
gardener-bot merged 2 commits from chore/gardener-20260416-0838 into main 2026-04-16 08:52:37 +00:00
Showing only changes of commit 6533f322e3 - Show all commits

View file

@ -30,9 +30,10 @@ _SECRET_PATTERNS=(
_SAFE_PATTERNS=(
# Shell variable references: $VAR, ${VAR}, ${VAR:-default}
'\$\{?[A-Z_]+\}?'
# Git SHAs in typical git contexts (commit refs, not standalone secrets)
# Git SHAs in typical git contexts (commit refs, watermarks, not standalone secrets)
'commit [0-9a-f]{40}'
'Merge [0-9a-f]{40}'
'last-reviewed: [0-9a-f]{40}'
# Forge/GitHub URLs with short hex (PR refs, commit links)
'codeberg\.org/[^[:space:]]+'
'localhost:3000/[^[:space:]]+'