AI Attestation
Version updated for https://github.com/Korext/ai-attestation to version v1.0.4.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
AI Attestation is a GitHub Action that automates the creation and maintenance of a machine-readable YAML file to track the use of AI-generated code within a repository. It identifies which AI tools contributed to the code, the proportion of code generated by AI, and whether it has undergone governance review, addressing compliance and transparency needs for enterprises, open-source projects, and regulatory teams. The action supports detection of various AI tools using observable signals and keeps the attestation file updated with every commit.
What’s Changed
- Fixed badge and report URLs to use correct API routes
- Fixed VERSION constant to match package.json
- Badge URL: /api/badge/{owner}/{repo}
- Report URL: /ai-attestation/report/{owner}/{repo}