LICENSE
README.md
pyproject.toml
secretshield/__init__.py
secretshield/cli.py
secretshield/config.py
secretshield/detector.py
secretshield/guardian.py
secretshield/notifications.py
secretshield/patterns.py
secretshield/redactor.py
secretshield.egg-info/PKG-INFO
secretshield.egg-info/SOURCES.txt
secretshield.egg-info/dependency_links.txt
secretshield.egg-info/entry_points.txt
secretshield.egg-info/requires.txt
secretshield.egg-info/top_level.txt
secretshield/autofix/__init__.py
secretshield/autofix/env.py
secretshield/autofix/fixer.py
secretshield/autofix/gitignore.py
secretshield/autofix/python.py
secretshield/git/__init__.py
secretshield/git/hooks.py
secretshield/github/__init__.py
secretshield/github/actions.py
tests/test_autofix.py
tests/test_detector.py
tests/test_git_hooks.py
tests/test_github_action.py
tests/test_logging.py
tests/test_redactor.py
tests/test_scan.py
tests/test_stdout.py
tests/test_v030_cli_integration.py