LICENSE
README.md
pyproject.toml
holtzman/__init__.py
holtzman/cli.py
holtzman/config.py
holtzman/db.py
holtzman/files.py
holtzman/models.py
holtzman/py.typed
holtzman.egg-info/PKG-INFO
holtzman.egg-info/SOURCES.txt
holtzman.egg-info/dependency_links.txt
holtzman.egg-info/entry_points.txt
holtzman.egg-info/requires.txt
holtzman.egg-info/top_level.txt
holtzman/assets/__init__.py
holtzman/assets/targets.py
holtzman/baseline/__init__.py
holtzman/baseline/store.py
holtzman/detect/__init__.py
holtzman/detect/base.py
holtzman/detect/context.py
holtzman/detect/entropy.py
holtzman/detect/entropy_detector.py
holtzman/detect/gitleaks.py
holtzman/detect/pattern_detector.py
holtzman/detect/patterns.py
holtzman/detect/util.py
holtzman/disclose/__init__.py
holtzman/disclose/report.py
holtzman/export/__init__.py
holtzman/export/json_export.py
holtzman/export/markdown.py
holtzman/export/sarif.py
holtzman/remediate/__init__.py
holtzman/remediate/playbook.py
holtzman/scan/__init__.py
holtzman/scan/engine.py
holtzman/sources/__init__.py
holtzman/sources/_http.py
holtzman/sources/base.py
holtzman/sources/github.py
holtzman/sources/github_history.py
tests/test_assets.py
tests/test_baseline.py
tests/test_cli.py
tests/test_context.py
tests/test_db.py
tests/test_db_sessions.py
tests/test_detect.py
tests/test_detectors.py
tests/test_disclose.py
tests/test_engine.py
tests/test_entropy.py
tests/test_export.py
tests/test_files.py
tests/test_github_history.py
tests/test_gitleaks.py
tests/test_http.py
tests/test_invariants.py
tests/test_models.py
tests/test_patterns.py
tests/test_remediate.py
tests/test_sources_github.py