sampras343/model-signing conformance

Run model-signing conformance tests against a language client adapter. Reports pass/fail counts per test category and uploads a JSON artifact.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
entrypointPath to the conformance adapter binary or script. The adapter must implement the sign-model and verify-model subcommands as described in the conformance protocol (see README.md). yes
skip-signingSet to 'true' to skip sign+verify round-trip tests. Verify-only tests (pre-committed bundles) still run. false
xfailNewline- or comma-separated list of test IDs to mark as expected failures. Tests matching these IDs will be counted as 'xfailed' rather than 'failed'. Example: xfail: | test_roundtrip[certificate-simple] test_verify[historical/historical-v0.2.0-certificate] ""
skip-sigstoreSet to 'true' to skip sigstore tests (for offline environments or adapters that do not implement sigstore signing/verification). false
sigstore-identityExpected certificate identity (SAN) for sigstore verification. Defaults to the sigstore-conformance GCP service account. untrusted-sa@sigstore-conformance.iam.gserviceaccount.com
sigstore-issuerExpected OIDC issuer URL for sigstore verification. https://accounts.google.com
skip-result-uploadSet to 'true' to skip uploading the conformance-report.json artifact. false

no outputs