Commit b55cc30
ci(release): add SLSA provenance + switch to softprops/action-gh-release (#41)
Fixes two scorecard warnings:
- Signed-Releases warning 'does not have provenance': adds
actions/attest-build-provenance@v4.1.0 after cosign signing. It
produces a Sigstore-signed in-toto attestation bundle covering both
binaries and SHA256SUMS; bundle is uploaded with the release as
docsiq-<tag>.intoto.jsonl.
- Packaging 'packaging workflow not detected': replaces the raw
'gh release create' call with softprops/action-gh-release@v3.0.0,
the pattern scorecard's Packaging check recognises. Same behaviour:
creates tag on the triggering SHA, uploads all dist/* assets,
auto-generates release notes.
Requires attestations: write permission on the release job.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9e7f3c3 commit b55cc30
1 file changed
Lines changed: 30 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | | - | |
197 | | - | |
198 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
199 | 210 | | |
200 | 211 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
208 | 227 | | |
0 commit comments