LICENSE
README.md
pyproject.toml
src/rulesguard/__init__.py
src/rulesguard/cli.py
src/rulesguard/config.py
src/rulesguard/models.py
src/rulesguard/scanner.py
src/rulesguard.egg-info/PKG-INFO
src/rulesguard.egg-info/SOURCES.txt
src/rulesguard.egg-info/dependency_links.txt
src/rulesguard.egg-info/entry_points.txt
src/rulesguard.egg-info/requires.txt
src/rulesguard.egg-info/top_level.txt
src/rulesguard/detectors/__init__.py
src/rulesguard/detectors/base.py
src/rulesguard/detectors/entropy.py
src/rulesguard/detectors/pattern.py
src/rulesguard/detectors/unicode.py
src/rulesguard/reporters/__init__.py
src/rulesguard/reporters/console.py
src/rulesguard/reporters/json_reporter.py
src/rulesguard/reporters/sarif.py
tests/test_baseline.py
tests/test_cli.py
tests/test_ignore.py
tests/test_reporters_sarif.py
tests/test_scanner.py