LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
ggshield/__init__.py
ggshield/ci.py
ggshield/cmd.py
ggshield/config.py
ggshield/dev_scan.py
ggshield/docker.py
ggshield/filter.py
ggshield/git_shell.py
ggshield/hook_cmd.py
ggshield/ignore.py
ggshield/install.py
ggshield/path.py
ggshield/quota.py
ggshield/text_utils.py
ggshield/utils.py
ggshield.egg-info/PKG-INFO
ggshield.egg-info/SOURCES.txt
ggshield.egg-info/dependency_links.txt
ggshield.egg-info/entry_points.txt
ggshield.egg-info/requires.txt
ggshield.egg-info/top_level.txt
ggshield.egg-info/zip-safe
ggshield/output/__init__.py
ggshield/output/output_handler.py
ggshield/output/json/__init__.py
ggshield/output/json/json_output.py
ggshield/output/json/schemas.py
ggshield/output/text/__init__.py
ggshield/output/text/message.py
ggshield/output/text/text_output.py
ggshield/scan/__init__.py
ggshield/scan/docker.py
ggshield/scan/scannable.py
ggshield/scan/scannable_errors.py
tests/output/__init__.py
tests/output/test_json_output.py
tests/output/test_message.py
tests/output/test_text_output.py
tests/output/snapshots/__init__.py
tests/output/snapshots/snap_test_json_output.py
tests/output/snapshots/snap_test_message.py
tests/output/snapshots/snap_test_text_output.py
tests/scan/__init__.py
tests/scan/test_scan_docker.py
tests/scan/test_scannable.py
tests/scan/test_scannable_errors.py
tests/scan/snapshots/__init__.py
tests/scan/snapshots/snap_test_scannable_errors.py
tests/snapshots/__init__.py
tests/snapshots/snap_test_cli.py