slsa-github-generator icon indicating copy to clipboard operation
slsa-github-generator copied to clipboard

fix(deps): update module github.com/slsa-framework/slsa-github-generator to v1.2.1

Open renovate-bot opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/slsa-framework/slsa-github-generator require patch 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.

FAILED: SLSA verification failed: could not find a matching valid signature entry

See #​942

Generic generator

buildType

This release changes the buildType used in provenance created by the generic generator.

The previous value was:

"buildType": "https://github.com/slsa-framework/slsa-github-generator@v1",

The new value is:

"buildType": "https://github.com/slsa-framework/slsa-github-generator/generic@v1",

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, or multiple.intoto.jsonl if there are multiple artifacts.

See #​654

Explicit opt-in for private repos

Private repository support was enhanced to required the private-repo input field as the repository name will be made public 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-repo input field as the repository name will be made public in the public Rekor transparency log.

See #​823

New Contributors

Full Changelog


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate-bot avatar Oct 22 '22 01:10 renovate-bot