LICENSE
README.md
pyproject.toml
src/shipcheck/__init__.py
src/shipcheck/__main__.py
src/shipcheck/cli.py
src/shipcheck/config.py
src/shipcheck/models.py
src/shipcheck.egg-info/PKG-INFO
src/shipcheck.egg-info/SOURCES.txt
src/shipcheck.egg-info/dependency_links.txt
src/shipcheck.egg-info/entry_points.txt
src/shipcheck.egg-info/requires.txt
src/shipcheck.egg-info/top_level.txt
src/shipcheck/checks/__init__.py
src/shipcheck/checks/cve.py
src/shipcheck/checks/registry.py
src/shipcheck/checks/sbom.py
src/shipcheck/report/__init__.py
src/shipcheck/report/html.py
src/shipcheck/report/json_report.py
src/shipcheck/report/markdown.py
src/shipcheck/report/score.py
src/shipcheck/report/terminal.py
tests/test_cli.py
tests/test_config.py
tests/test_integration.py
tests/test_models.py