Skip to content

feat: GitHub Action for automated offline DSSE receipt verification in CI #5

Description

@mahirhir

Summary

We have an example CI workflow in examples/ci/receipt-check.yml that executes gx receipt verify --offline. Packaging this into a reusable composite GitHub Action (TraceFold/action-receipt-verify) will make it trivial for agent harnesses and developer teams to gate PRs on verified execution receipts.

Acceptance Criteria

  • A composite GitHub Action in a dedicated repo or .github/actions/receipt-verify that installs the gx binary.
  • Accepts input arguments for receipt file path, public key path, and optional tile checkpoint.
  • Fails the workflow (exit code 7) if the receipt does not verify or fails policy admission.

Good first issue for anyone familiar with GitHub Actions composite syntax.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions