-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
feat(getsops/sops): SLSA provenance #32051
Conversation
Thank you! |
https://github.com/getsops/sops/releases/tag/v3.8.0 In addition to SLSA Provenance, Cosign was also supported.
|
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.310.0` -> `v4.312.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.312.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.312.0) [Compare Source](aquaproj/aqua-registry@v4.311.0...v4.312.0) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.312.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.312.0) | aquaproj/aqua-registry@v4.311.0...v4.312.0 #### 🎉 New Packages [#​32011](aquaproj/aqua-registry#32011) [sacloud/usacloud](https://github.com/sacloud/usacloud): CLI client for the Sakura Cloud [@​ponkio-o](https://github.com/ponkio-o) #### Fixes [#​32048](aquaproj/aqua-registry#32048) stefanprodan/timoni: SLSA provenance [@​scop](https://github.com/scop) [#​32051](aquaproj/aqua-registry#32051) getsops/sops: SLSA provenance [@​scop](https://github.com/scop) [#​32052](aquaproj/aqua-registry#32052) ossf/scorecard: SLSA provenance [@​scop](https://github.com/scop) ### [`v4.311.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.311.0) [Compare Source](aquaproj/aqua-registry@v4.310.0...v4.311.0) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.311.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.311.0) | aquaproj/aqua-registry@v4.310.0...v4.311.0 #### 🎉 New Packages [#​31981](aquaproj/aqua-registry#31981) [viaduct-ai/kustomize-sops](https://github.com/viaduct-ai/kustomize-sops) - KSOPS - A Flexible Kustomize Plugin for SOPS Encrypted Resources [@​honahuku](https://github.com/honahuku) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
AFAIU SLSA provenance contains everything that the cosign blob signatures have (and some more). Because of that, and because SLSA verification is built in in aqua as opposed to cosign which is a separate install, is there a general benefit of adding cosign if SLSA provenance is available? I can understand that having both could be nice to have for completeness, as well as if for some reason the user has disabled SLSA verification but has cosign enabled. But I think those are kind of corner cases. |
Good point.
This isn't correct. |
https://github.com/getsops/sops/releases
Check List
Require signed commits
, so all commits must be signedcmdx s
to scaffold code