Commit ad386d7
feat: add attestations for installer scripts (#2514)
## Summary
- Add build provenance attestations for installer scripts (`install.sh`
and `install.ps1`)
- Add `attestations: write` permission to the `release_installer`
workflow
- Attestations are generated after checkout and before S3 upload
## Context
Currently, only the binary archives (`.tar.xz`, `.zip`) are attested.
This PR extends attestations to the installer scripts themselves,
completing the chain of trust for the entire distribution pipeline.
## Benefits
- Users can verify installer authenticity with `gh attestation verify
install.sh --owner qltysh`
- Protection against compromised distribution channels
- Compliance with supply chain security best practices
## Testing
- All existing tests pass
- Changes are limited to GitHub Actions workflow configuration
- Will be verified when workflow runs on merge to main
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 2438e7e commit ad386d7
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
0 commit comments