We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0be41b commit 942e647Copy full SHA for 942e647
1 file changed
.github/workflows/release.yaml
@@ -178,7 +178,7 @@ jobs:
178
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
179
with:
180
base64-subjects: ${{ needs.build.outputs.artifacts-sha256 }}
181
- compile-generator: true # Build the generator from source.
+ compile-generator: false # Do not build the provenance generator from source anymore.
182
# Set private-repository to true for private repositories. Note that the repository name is
183
# uploaded as part of the transparency log entry on the public Rekor instance (rekor.sigstore.dev).
184
private-repository: false
0 commit comments