Some checks failed
- Add secret-leak detection CI workflow (secret-scan.yml) - Add dependency vulnerability scanning via pip-audit (dependency-audit.yml) - Add CODEOWNERS for critical paths (gateway/, tools/, agent/, config/) - Add security PR checklist issue template - Add quarterly security audit scheduled workflow - Add pre-commit config with gitleaks and private key detection Refs #149
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
# Default owners for all files
|
|
* @Timmy
|
|
|
|
# Critical paths require explicit review
|
|
/gateway/ @Timmy
|
|
/tools/ @Timmy
|
|
/agent/ @Timmy
|
|
/config/ @Timmy
|
|
/scripts/ @Timmy
|
|
/.github/workflows/ @Timmy
|
|
/pyproject.toml @Timmy
|
|
/requirements.txt @Timmy
|
|
/Dockerfile @Timmy
|