Skip to content

Commit 942e647

Browse files
authored
feat(ci): switch from building the SLSA provenance generator to using the pre-built version to improve runtime performance (#667)
1 parent f0be41b commit 942e647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
179179
with:
180180
base64-subjects: ${{ needs.build.outputs.artifacts-sha256 }}
181-
compile-generator: true # Build the generator from source.
181+
compile-generator: false # Do not build the provenance generator from source anymore.
182182
# Set private-repository to true for private repositories. Note that the repository name is
183183
# uploaded as part of the transparency log entry on the public Rekor instance (rekor.sigstore.dev).
184184
private-repository: false

0 commit comments

Comments
 (0)