Skip to content

Releases: truthlocks/maip-github-action

v1.0.0 — MAIP Receipt Generator

08 Apr 01:42

Choose a tag to compare

MAIP Receipt Generator

Generate and verify MAIP receipts for GitHub events — commits, PRs, releases, CI runs.

Usage

- uses: truthlocks/maip-github-action@v1
  with:
    maip-api-key: ${{ secrets.MAIP_API_KEY }}
    maip-tenant-id: ${{ secrets.MAIP_TENANT_ID }}

Features

  • Receipt generation for commits, tags, and releases
  • PR check run with verification status annotations
  • Badge generation for README
  • Matrix build support with per-job receipt chains

Modes

  • receipt — Generate a MAIP receipt for the current GitHub event
  • verify — Verify an existing receipt by ID
  • check — Create GitHub Check Run with trust score
  • comment — Post PR comment with receipt summary
  • badge — Generate SVG status badges

License

Apache-2.0