Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update slsa-framework/slsa-github-generator action to v1.4.0 #355

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
slsa-framework/slsa-github-generator action minor v1.2.0 -> v1.4.0

Release Notes

slsa-framework/slsa-github-generator

v1.4.0

Compare Source

What's Changed

🥳 This release is the first Generally Available version of the Container Generator workflow. The Container Generator workflow is now considered stable and can be included in your production GitHub Actions workflows 🥳

🎉 This is also the first release (technically the second) with support for the generally available version of sigstore!! 🎉
We hope to have fewer issues with sigstore infrastructure moving forward.

Generic Generator
Bug fixes
  1. Allow users of the Generic Generator to generate provenance for artifacts created in a project subdirectory (#​1225)
Go Builder
Bug fixes
  1. Allow environment variables to contain '=' characters in the Go builder (#​1231)

New Contributors

Full Changelog

v1.3.0

Compare Source

🚨 ⚠️ This is a release and tag that was created as a pre-release for testing purposes and is not supported. DO NOT UPGRADE. If you have already upgraded please downgrade to v1.2.2 ⚠️ 🚨

See: #​1250

v1.2.2

Compare Source

What's Changed

This release fixes issues with signing provenance due to a change in Sigstore TUF root certificates (#​1163). This release also includes better handling of transient errors from the Rekor transparency logs.

New Contributors

Full Changelog

v1.2.1

Compare Source

🚨⚠️ DO NOT USE THIS RELEASE. This version will no longer work and is not supported due to errors described in #​1163. Please upgrade to v1.2.2 or later. ⚠️🚨

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-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.

with:
  private-repository: true

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.

with:
  private-repository: true

See #​823

New Contributors

Full Changelog


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/slsa-framework-slsa-github-generator-1.x branch from d5fcada to 04ee61d Compare November 7, 2022 11:43
@renovate renovate bot changed the title chore(deps): update slsa-framework/slsa-github-generator action to v1.2.1 chore(deps): update slsa-framework/slsa-github-generator action to v1.2.2 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/slsa-framework-slsa-github-generator-1.x branch from 04ee61d to 6ad0500 Compare November 21, 2022 08:53
@renovate renovate bot changed the title chore(deps): update slsa-framework/slsa-github-generator action to v1.2.2 chore(deps): update slsa-framework/slsa-github-generator action to v1.3.0 Nov 21, 2022
@renovate renovate bot force-pushed the renovate/slsa-framework-slsa-github-generator-1.x branch from 6ad0500 to de1d294 Compare December 2, 2022 02:33
@renovate renovate bot changed the title chore(deps): update slsa-framework/slsa-github-generator action to v1.3.0 chore(deps): update slsa-framework/slsa-github-generator action to v1.4.0 Dec 2, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit bd86a9d into master Dec 9, 2022
@sdelamo sdelamo deleted the renovate/slsa-framework-slsa-github-generator-1.x branch December 9, 2022 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant