MANIFEST.in
pyproject.toml
setup.cfg
setup.py
config/config_example.yaml
config/default_rules.yaml
src/app.py
src/new_test.py
src/credscan/__init__.py
src/credscan/cli.py
src/credscan.egg-info/PKG-INFO
src/credscan.egg-info/SOURCES.txt
src/credscan.egg-info/dependency_links.txt
src/credscan.egg-info/entry_points.txt
src/credscan.egg-info/requires.txt
src/credscan.egg-info/top_level.txt
src/credscan/analyzers/__init__.py
src/credscan/analyzers/entropy.py
src/credscan/baseline/__init__.py
src/credscan/baseline/manager.py
src/credscan/core/__init__.py
src/credscan/core/engine.py
src/credscan/core/parser_base.py
src/credscan/detection/__init__.py
src/credscan/detection/rules.py
src/credscan/history/__init__.py
src/credscan/history/commit_analyzer.py
src/credscan/history/diff_processor.py
src/credscan/history/result_manager.py
src/credscan/history/scanner.py
src/credscan/hooks/__init__.py
src/credscan/hooks/pre_commit.py
src/credscan/output/__init__.py
src/credscan/output/reporter.py
src/credscan/parsers/__init__.py
src/credscan/parsers/code_parser.py
src/credscan/parsers/json_parser.py
src/credscan/parsers/yaml_parser.py
tests/test_analyzer.py
tests/test_baseline.py
tests/test_engine.py
tests/test_history.py
tests/test_hooks.py
tests/test_integration.py
tests/test_integration_git.py
tests/test_parsers.py
tests/test_rules.py