chore(deps): update slsa-framework/slsa-github-generator action to v1.2.1 #392
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.0
->v1.2.1
Release Notes
slsa-framework/slsa-github-generator
v1.2.1
Compare Source
What's Changed
This release fixes an error that occurs on the "Generate Builder" step for various workflows.
See #942
Generic generator
buildType
This release changes the
buildType
used in provenance created by the generic generator.The previous value was:
The new value is:
See #627
Provenance file names
Previously the default file name for provenance was
attestation.intoto.jsonl
. This has been updated to be in line with intoto attestation file naming conventions. The file name now defaults to<artifact filename>.intoto.jsonl
if there is a single artifact, ormultiple.intoto.jsonl
if there are multiple artifacts.See #654
Explicit opt-in for private repos
Private repository support was enhanced to required the
private-repository
input field as the repository name will be made public in the public Rekor transparency log.Please add the following to your workflows if you opt into allowing repository names to be recorded in the public Rekor transparency log.
See #823
Go builder
Support private repos
Support for private repositories was fixed. If using a private repository you must specify the
private-repository
input field as the repository name will be made public in the public Rekor transparency log.Please add the following to your workflows if you opt into allowing repository names to be recorded in the public Rekor transparency log.
See #823
New Contributors
Full Changelog
build:id
in generic examples by @laurentsimon in https://github.com/slsa-framework/slsa-github-generator/pull/596128564f
by @renovate-bot in https://github.com/slsa-framework/slsa-github-generator/pull/6209349ed8
by @renovate-bot in https://github.com/slsa-framework/slsa-github-generator/pull/557f4787e8
by @renovate-bot in https://github.com/slsa-framework/slsa-github-generator/pull/838f213421
by @renovate-bot in https://github.com/slsa-framework/slsa-github-generator/pull/8417292458
by @renovate-bot in https://github.com/slsa-framework/slsa-github-generator/pull/972b44042a
by @renovate-bot in https://github.com/slsa-framework/slsa-github-generator/pull/973Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.