https://github.com/github/artifact-attestations-workflows
Demo repository showcasing how to use reusable workflows to build artifact attestations
https://github.com/github/artifact-attestations-workflows
package-security
Last synced: 5 months ago
JSON representation
Demo repository showcasing how to use reusable workflows to build artifact attestations
- Host: GitHub
- URL: https://github.com/github/artifact-attestations-workflows
- Owner: github
- License: cc0-1.0
- Created: 2024-05-22T16:38:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T22:56:55.000Z (7 months ago)
- Last Synced: 2025-08-27T07:35:47.070Z (7 months ago)
- Topics: package-security
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
## Artifact Attestations Workflows
This repository showcases how to use reusable workflows with your repository to generate [artifact attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
Artifact attestations allow you establish build provenance for artifacts
built in your repositories.
## Background
See the [official documentation](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds) on
using artifact attestations to establish build provenance and
the [blog post](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/) introducing Artifact Attestations.
## License
This project is licensed under the terms of the CC0 open source license. Please refer to [CC0](./LICENSE.txt) for the full terms.
## Maintainers
See [CODEOWNERS](./CODEOWNERS) for a list of maintainers.
## Support
If you have any questions or issues following examples outlined in this repository,
please file an [issue](https://github.com/github/artifact-attestations-workflows/issues/new?template=Blank+issue) and we will assist you.