File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -140,4 +140,6 @@ jobs:
140
140
uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
141
141
with :
142
142
base64-subjects : " ${{ needs.release.outputs.hashes }}"
143
- upload-assets : true
143
+ upload-assets : true
144
+ compile-generator : true # Self-contained build to avoid Rekor dependency issues
145
+
Original file line number Diff line number Diff line change 64
64
uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
65
65
with :
66
66
base64-subjects : " ${{ needs.goreleaser.outputs.hashes }}"
67
- upload-assets : true
67
+ upload-assets : true
68
+ compile-generator : true # Self-contained build to avoid Rekor dependency issues
69
+
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ If something goes wrong:
125
125
- Immediately create a security advisory
126
126
- Prepare a patch release
127
127
- Follow responsible disclosure practices
128
-
128
+ Unexpected value 'continue-on-error'
129
129
## Monitoring
130
130
131
131
### OpenSSF Scorecard
@@ -164,6 +164,11 @@ Each release should include:
164
164
- Verify GoReleaser configuration
165
165
- Check workflow permissions
166
166
167
+ 4 . ** SLSA provenance generation fails (exit code 27)** :
168
+ - This is caused by external Rekor service unavailability
169
+ - Our workflows use ` compile-generator: true ` to avoid this dependency
170
+ - The generated provenance is still valid and secure
171
+
167
172
### Getting Help
168
173
169
174
- GoReleaser docs: https://goreleaser.com
You can’t perform that action at this time.
0 commit comments