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

Add SLSA signing and provenance to release #158

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

alexander-demicev
Copy link
Member

@alexander-demicev alexander-demicev commented Sep 27, 2023

What this PR does / why we need it:

This PR adds SLSA signing and provenance to release:

  • We publish an image for each arch we support and one multiarch, PR includes a script with a new make task that outputs all images and digests, these are later used to build a matrix for signing and verifying images: [{image: "image1:tag" digest: "imagedigest1"}, {image: "image2:tag" digest: "imagedigest2"}]
  • Sign artifacts with cosign and create provenance using a reusable workflow provided by slsa-framework

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@alexander-demicev alexander-demicev requested a review from a team as a code owner September 27, 2023 16:49
@alexander-demicev alexander-demicev changed the title [WIP] Add SLSA signing and provenance to release Add SLSA signing and provenance to release Oct 3, 2023
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
Copy link
Contributor

@richardcase richardcase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @alexander-demicev, looks good to me.

@alexander-demicev alexander-demicev merged commit 41bb647 into rancher:main Oct 5, 2023
16 checks passed
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.

3 participants