Skip to content

Add AOTrust Notarize — cryptographic proof of existence for CI/CD artifacts - #900

Open
GitSerge-crypto wants to merge 1 commit into
sdras:mainfrom
GitSerge-crypto:main
Open

Add AOTrust Notarize — cryptographic proof of existence for CI/CD artifacts#900
GitSerge-crypto wants to merge 1 commit into
sdras:mainfrom
GitSerge-crypto:main

Conversation

@GitSerge-crypto

Copy link
Copy Markdown

What

AOTrust Notarize is a GitHub Action that creates cryptographic proof of existence (Ed25519-signed PDR) for build artifacts directly in CI/CD.

Why

  • Free tier — no wallet or API key required
  • Zero-knowledge — files never leave the GitHub runner
  • Offline-verifiable — 2-page PDF certificate with QR code
  • Pure Python 3 — no pip install, no Docker
  • Composite Actionuses: GitSerge-crypto/aotrust-skills/action@v1

Usage

- uses: GitSerge-crypto/aotrust-skills/action@v1
  with:
    files: dist/*

Outputs: shield_id, verify_url, pdr_b64 + markdown table in ``.

Category

Utility — artifact provenance and tamper-evidence.

GitHub Action for cryptographic proof of existence of build artifacts.
Free tier, no wallet required. Pure Python 3, no pip install.
Repository: https://github.com/GitSerge-crypto/aotrust-skills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant