https://github.com/ozi-project/provenance
Provenance workflow for OZI tools
https://github.com/ozi-project/provenance
Last synced: 4 months ago
JSON representation
Provenance workflow for OZI tools
- Host: GitHub
- URL: https://github.com/ozi-project/provenance
- Owner: OZI-Project
- License: mit-0
- Created: 2025-06-03T05:04:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-26T12:40:36.000Z (10 months ago)
- Last Synced: 2025-08-28T07:24:24.400Z (10 months ago)
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OZI Provenance
Provenance workflow for OZI tooled projects.
## Inputs
Expects an artifact with a directory ``dist/`` containing the subjects to attest provenance of.
* release-tag - release tag to upload provenance to (required)
## Permissions
Requires the following:
```yaml
permissions:
id-token: write # to authenticate with github
attestations: write # to create attestations
contents: write # to upload to releases
```