.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
action.yml
mkdocs.yml
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/trustcheck-action-fail-policy.json
.github/ISSUE_TEMPLATE/general.yml
.github/workflows/action-integration.yml
.github/workflows/bandit.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/semgrep.yml
.github/workflows/source-build.yml
docs/changelog.md
docs/index.md
docs/assets/images/coverage.svg
docs/assets/images/logo-bg-less.png
docs/assets/images/logo.png
docs/assets/javascripts/disable-search-shortcut.js
docs/cli/configuration.md
docs/cli/exit-codes.md
docs/cli/index.md
docs/cli/policies.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/guides/ci-integration.md
docs/guides/development.md
docs/guides/release-publishing.md
docs/reference/compatibility.md
docs/reference/json-contract.md
docs/reference/python-api.md
docs/reference/recommendations.md
docs/reference/trust-model.md
scripts/update_coverage_badge.py
snap/README.md
snap/snapcraft.yaml
snap/gui/icon.png
src/trustcheck/__init__.py
src/trustcheck/__main__.py
src/trustcheck/_version.py
src/trustcheck/advisories.py
src/trustcheck/artifacts.py
src/trustcheck/cli.py
src/trustcheck/contract.py
src/trustcheck/github_action.py
src/trustcheck/lockfiles.py
src/trustcheck/models.py
src/trustcheck/policy.py
src/trustcheck/py.typed
src/trustcheck/pypi.py
src/trustcheck/schemas.py
src/trustcheck/service.py
src/trustcheck.egg-info/PKG-INFO
src/trustcheck.egg-info/SOURCES.txt
src/trustcheck.egg-info/dependency_links.txt
src/trustcheck.egg-info/entry_points.txt
src/trustcheck.egg-info/requires.txt
src/trustcheck.egg-info/top_level.txt
tests/test_advisories.py
tests/test_artifacts.py
tests/test_cli.py
tests/test_contract.py
tests/test_edge_cases.py
tests/test_github_action.py
tests/test_integration_live.py
tests/test_lockfiles.py
tests/test_public_api.py
tests/test_pypi.py
tests/test_release_readiness.py
tests/test_service.py
tests/test_snap_packaging.py
tests/_tmp/bad-scan.toml
tests/_tmp/config_non_object.json
tests/_tmp/empty-scan.toml
tests/_tmp/empty-scan.txt
tests/_tmp/invalid-scan.txt
tests/_tmp/policy_non_object.json
tests/_tmp/scan-poetry.toml
tests/_tmp/scan-project.toml
tests/_tmp/cache/5e491d79f8ba9e36d864ae50c690989677616cd509e5b99abb9272c8ad976435.json
tests/fixtures/client_config.json
tests/fixtures/policy_require_expected_repo.json
tests/snapshots/contract_schema.json
tests/snapshots/report_minimal.json
tests/snapshots/report_verified.json