Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,6 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
with:
base64-subjects: "${{ needs.release.outputs.hashes }}"
upload-assets: true
upload-assets: true
compile-generator: true # Self-contained build to avoid Rekor dependency issues

4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
upload-assets: true
upload-assets: true
compile-generator: true # Self-contained build to avoid Rekor dependency issues

5 changes: 5 additions & 0 deletions docs/RELEASE_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ Each release should include:
- Verify GoReleaser configuration
- Check workflow permissions

4. **SLSA provenance generation fails (exit code 27)**:
- This is caused by external Rekor service unavailability
- Our workflows use `compile-generator: true` to avoid this dependency
- The generated provenance is still valid and secure

### Getting Help

- GoReleaser docs: https://goreleaser.com
Expand Down
Loading