LICENSE
README.md
pyproject.toml
src/ogunscan/__init__.py
src/ogunscan/__main__.py
src/ogunscan/cli.py
src/ogunscan/diff.py
src/ogunscan/engine.py
src/ogunscan/models.py
src/ogunscan/reporter.py
src/ogunscan/sarif.py
src/ogunscan/signatures.py
src/ogunscan.egg-info/PKG-INFO
src/ogunscan.egg-info/SOURCES.txt
src/ogunscan.egg-info/dependency_links.txt
src/ogunscan.egg-info/entry_points.txt
src/ogunscan.egg-info/requires.txt
src/ogunscan.egg-info/top_level.txt
src/ogunscan/rules/__init__.py
src/ogunscan/rules/builtin.json
src/ogunscan/shield/__init__.py
src/ogunscan/shield/cli.py
src/ogunscan/shield/daemon.py
src/ogunscan/shield/history.py
src/ogunscan/shield/license.py
src/ogunscan/shield/paths.py
src/ogunscan/shield/remote.py
src/ogunscan/shield/state.py
src/ogunscan/shield/watcher.py
src/ogunscan/shield/notifiers/__init__.py
src/ogunscan/shield/notifiers/base.py
src/ogunscan/shield/notifiers/email.py
src/ogunscan/shield/notifiers/slack.py
src/ogunscan/shield/notifiers/stdout.py
tests/test_diff.py
tests/test_ogunscan.py
tests/test_sarif.py
tests/test_signatures.py