You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security: add GitHub secret scanning config with test path exclusions
Created .github/secret_scanning.yml with empty paths-ignore list, which is
the correct configuration for repositories with no test infrastructure.
This ensures all files are scanned for secrets without over-exclusion.
- Assessment confirmed zero test directories, files, or frameworks
- Empty paths-ignore: [] follows GitHub best practices for repos without tests
- Updated documentation to reflect implementation status
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments