README.md
pyproject.toml
coditation_sentinel/__init__.py
coditation_sentinel/__main__.py
coditation_sentinel/cli.py
coditation_sentinel/config.py
coditation_sentinel/gitutil.py
coditation_sentinel/installer.py
coditation_sentinel/report.py
coditation_sentinel/runner.py
coditation_sentinel.egg-info/PKG-INFO
coditation_sentinel.egg-info/SOURCES.txt
coditation_sentinel.egg-info/dependency_links.txt
coditation_sentinel.egg-info/entry_points.txt
coditation_sentinel.egg-info/requires.txt
coditation_sentinel.egg-info/top_level.txt
coditation_sentinel/resources/__init__.py
coditation_sentinel/resources/gitleaks.toml
coditation_sentinel/resources/policy.yaml
coditation_sentinel/resources/pre-commit
coditation_sentinel/scanners/__init__.py
coditation_sentinel/scanners/base.py
coditation_sentinel/scanners/forbidden_files.py
coditation_sentinel/scanners/identity.py
coditation_sentinel/scanners/secrets.py
tests/test_config.py
tests/test_forbidden_files.py
tests/test_identity.py
tests/test_install_migrate.py
tests/test_secrets.py