mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-16 03:51:07 +03:00
* fix(ci): eliminate false positives in file-whitelist-check.sh The release gate script flagged 3 whitelisted files as violations because the env-file and suspicious-file-type checks had no exclusion mechanism. Add per-check ignore lists under .github/security/ so known-good files (the .env.template and the two .mp3 notification sounds) are skipped by those specific checks, while all other security checks remain unaffected. * style: align for-loop indentation with existing script convention