Files
local-deep-research/.github/scripts
LearningCircuit bfdb1ddf02 fix(ci): eliminate false positives in file-whitelist-check.sh (#2381)
* 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
2026-02-23 00:31:05 +01:00
..